|
|
@@ -2190,6 +2190,7 @@ public class LiveOrderServiceImpl implements ILiveOrderService {
|
|
|
// 复制到商城订单
|
|
|
FsStoreOrderScrm storeOrder = new FsStoreOrderScrm();
|
|
|
copyLiveToStore(liveOrder, storeOrder);
|
|
|
+ storeOrder.setOrderCreateType(liveOrder.getOrderCreateType());
|
|
|
storeOrder.setLiveId(liveOrder.getLiveId());
|
|
|
storeOrder.setCartId(liveOrder.getCartId());
|
|
|
|
|
|
@@ -4097,6 +4098,8 @@ public class LiveOrderServiceImpl implements ILiveOrderService {
|
|
|
FsStoreOrderScrm storeOrder = new FsStoreOrderScrm();
|
|
|
copyLiveToStore(liveOrder, storeOrder);
|
|
|
|
|
|
+ storeOrder.setOrderCreateType(liveOrder.getOrderCreateType());
|
|
|
+
|
|
|
//判断是否是三种特定产品
|
|
|
String storeHouseCode;
|
|
|
if (fsStoreProduct.getProductId() != null && (fsStoreProduct.getProductId().equals(3168L)
|