|
@ -280,6 +280,7 @@ public class WmsToAcsServiceImpl implements WmsToAcsService { |
|
|
String molten_pool = json.getString("molten_pool"); |
|
|
String molten_pool = json.getString("molten_pool"); |
|
|
String weight = json.getString("weight"); |
|
|
String weight = json.getString("weight"); |
|
|
String qty = json.getString("plan_qty"); |
|
|
String qty = json.getString("plan_qty"); |
|
|
|
|
|
String product_code = json.getString("product_code"); |
|
|
|
|
|
|
|
|
if (StrUtil.isEmpty(producetask_code)) { |
|
|
if (StrUtil.isEmpty(producetask_code)) { |
|
|
throw new WDKException("工单号不能为空"); |
|
|
throw new WDKException("工单号不能为空"); |
|
@ -346,6 +347,7 @@ public class WmsToAcsServiceImpl implements WmsToAcsService { |
|
|
dto.setMolten_pool(molten_pool); |
|
|
dto.setMolten_pool(molten_pool); |
|
|
dto.setWeight(weight); |
|
|
dto.setWeight(weight); |
|
|
dto.setQty(qty); |
|
|
dto.setQty(qty); |
|
|
|
|
|
dto.setProduct_code(product_code); |
|
|
produceshiftorderService.create(dto); |
|
|
produceshiftorderService.create(dto); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|