|
@@ -194,7 +194,9 @@ public class AddOrderJob implements Job,ApplicationContextAware {
|
|
|
sy2.setOmpoId(ordervo.getOmpoId());
|
|
|
sy2.setOmpoIdItem(ordervo.getOmpoIdItem());
|
|
|
sy2.setITaxPrice(ordervo.getITaxPrice());
|
|
|
- sy2.setGuangpeiGateWidth(ordervo.getGuangpeiGateWidth());
|
|
|
+ if(sy2.getGuangpeiGateWidth()==null||sy2.getGuangpeiGateWidth().equals("/")||sy2.getGuangpeiGateWidth().equals("")){
|
|
|
+ sy2.setGuangpeiGateWidth(ordervo.getGuangpeiGateWidth());
|
|
|
+ }
|
|
|
sy2.setSupplier(ordervo.getSupplier());
|
|
|
if(sy2.getInventoryCcode().substring(0,2).equals("09")){
|
|
|
sy2.setGarmentFactory(ordervo.getSupplier());
|