|
@@ -244,9 +244,9 @@ public class SyOrderDataServiceImpl extends ServiceImpl<SyOrderDataMapper, SyOrd
|
|
|
sy2.setSupplier(ordervo.getSupplier());
|
|
|
if(sy2.getInventoryCcode().substring(0,2).equals("19")){
|
|
|
sy2.setGarmentFactory(ordervo.getSupplier());
|
|
|
- }else if(sy.getCustomerAbbreviation().equals("International Apparel Group") || sy.getCustomerAbbreviation().equals("宁波森语") ) {
|
|
|
+ }/*else if(sy.getCustomerAbbreviation().equals("International Apparel Group") || sy.getCustomerAbbreviation().equals("宁波森语") ) {
|
|
|
sy2.setGarmentFactory(queryGSupplier(sy.getOrderNumber(),sy.getAccount(),sy.getCustomerCode()));
|
|
|
- }else {
|
|
|
+ }*/else {
|
|
|
sy2.setGarmentFactory(sy.getGarmentFactory());
|
|
|
}
|
|
|
sy2.setSupplierCode(ordervo.getSupplierCode());
|