|
@@ -1477,7 +1477,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
|
|
|
detail.setDiscountAmount(BigDecimal.ZERO);
|
|
|
detail.setPayType(order.getPayType());
|
|
|
detail.setConfirmStatus(0);
|
|
|
- detail.setSourceType(1);
|
|
|
+ detail.setSourceType(order.getSourceType());
|
|
|
detail.setStatus(1);
|
|
|
detail.setOrderType(0);
|
|
|
if (CollUtil.isNotEmpty(orderSettings)) {
|