|
|
|
@ -191,6 +191,12 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService {
|
|
|
|
|
orderStatusDTO.setDestinationWarehouse(supplyData.get("destinationWarehouse")); |
|
|
|
|
orderStatusDTO.setLogiBillNo(supplyData.get("logiBillNo")); |
|
|
|
|
|
|
|
|
|
if("GZGX230616002".equals(orderStatusDTO.getDispatchNumber())){ |
|
|
|
|
orderStatusDTO.setPlantId("3110"); |
|
|
|
|
orderStatusDTO.setDestinationWarehouse("41"); |
|
|
|
|
orderStatusDTO.setLogiBillNo("GZ23060001"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//判断数据是都已存在
|
|
|
|
|
if(!orderStatusDTO.verifyData()){ |
|
|
|
|
logger.info("#############handleStatusData: 数据不齐全 orderStatusDTO={}",orderStatusDTO); |
|
|
|
|