|
@@ -269,6 +269,7 @@ public class SyShippingOrderServiceImpl extends ServiceImpl<SyShippingOrderMappe
|
|
|
syShippingOrderItem.setSupplierCode(null);
|
|
|
syShippingOrderItem.setRSupplier(null);
|
|
|
syShippingOrderItem.setRSupplierCode(null);
|
|
|
+ syShippingOrderItem.setGarmentFactory(li.getGarmentFactory());
|
|
|
|
|
|
itemList.add(syShippingOrderItem);
|
|
|
|