|
|
|
@ -662,23 +662,33 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
Long endNodeId = endCarsLoadLineEntity.getNodeId(); |
|
|
|
|
|
|
|
|
|
Date date = new Date(); |
|
|
|
|
nextCarsLoadLineEntity.setNodeStatus("10"); |
|
|
|
|
nextCarsLoadLineEntity.setArriveDate(date); |
|
|
|
|
nextCarsLoadLineEntity.setArriveUserId(AuthUtil.getUserId()); |
|
|
|
|
nextCarsLoadLineEntity.setArriveUserName(AuthUtil.getNickName()); |
|
|
|
|
trunklineCarsLoadLineService.updateById(nextCarsLoadLineEntity); |
|
|
|
|
// nextCarsLoadLineEntity.setNodeStatus("10");
|
|
|
|
|
// nextCarsLoadLineEntity.setArriveDate(date);
|
|
|
|
|
// nextCarsLoadLineEntity.setArriveUserId(AuthUtil.getUserId());
|
|
|
|
|
// nextCarsLoadLineEntity.setArriveUserName(AuthUtil.getNickName());
|
|
|
|
|
// trunklineCarsLoadLineService.updateById(nextCarsLoadLineEntity);
|
|
|
|
|
trunklineCarsLoadLineService.updateArriveTime(nextCarsLoadLineEntity.getId(), date,"10",AuthUtil.getUserId(),AuthUtil.getUserName()); |
|
|
|
|
|
|
|
|
|
// carsLoadEntity.setLoadStatus("40");
|
|
|
|
|
// carsLoadEntity.setArriveTime(date);
|
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WorkNodeEnums workNodeEnums = WorkNodeEnums.NET_ARRIVE_CAR; |
|
|
|
|
if (!nodeId.equals(endNodeId)) { |
|
|
|
|
carsLoadEntity.setLoadStatus("20"); |
|
|
|
|
carsLoadEntity.setArriveTime(date); |
|
|
|
|
carsLoadEntity.setNowWarehouseId(warehouseId); |
|
|
|
|
// carsLoadEntity.setLoadStatus("20");
|
|
|
|
|
// carsLoadEntity.setArriveTime(date);
|
|
|
|
|
// carsLoadEntity.setNowWarehouseId(warehouseId);
|
|
|
|
|
baseMapper.updateArriveTime(loadId,"20",date,warehouseId); |
|
|
|
|
} else { |
|
|
|
|
carsLoadEntity.setLoadStatus("40"); |
|
|
|
|
carsLoadEntity.setArriveTime(date); |
|
|
|
|
carsLoadEntity.setNowWarehouseId(warehouseId); |
|
|
|
|
// carsLoadEntity.setLoadStatus("40");
|
|
|
|
|
// carsLoadEntity.setArriveTime(date);
|
|
|
|
|
// carsLoadEntity.setNowWarehouseId(warehouseId);
|
|
|
|
|
baseMapper.updateArriveTime(loadId,"40",date,warehouseId); |
|
|
|
|
workNodeEnums = WorkNodeEnums.FINAL_NET_ARRIVE_CAR; |
|
|
|
|
} |
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
|
|
|
|
@ -1056,23 +1066,26 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
Long aheadNodeId = aheadCarsLoadLineEntity.getNodeId(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
currentCarsLoadLineEntity.setNodeStatus("0"); |
|
|
|
|
currentCarsLoadLineEntity.setArriveDate(null); |
|
|
|
|
currentCarsLoadLineEntity.setArriveUserId(null); |
|
|
|
|
currentCarsLoadLineEntity.setArriveUserName(null); |
|
|
|
|
trunklineCarsLoadLineService.updateById(currentCarsLoadLineEntity); |
|
|
|
|
// currentCarsLoadLineEntity.setNodeStatus("0");
|
|
|
|
|
// currentCarsLoadLineEntity.setArriveDate(null);
|
|
|
|
|
// currentCarsLoadLineEntity.setArriveUserId(null);
|
|
|
|
|
// currentCarsLoadLineEntity.setArriveUserName(null);
|
|
|
|
|
// trunklineCarsLoadLineService.updateById(currentCarsLoadLineEntity);
|
|
|
|
|
trunklineCarsLoadLineService.updateArriveTime(currentCarsLoadLineEntity.getId(),null,"0",null,null); |
|
|
|
|
|
|
|
|
|
Integer workNode = null; |
|
|
|
|
if (startNodeId.equals(aheadNodeId)) { |
|
|
|
|
carsLoadEntity.setLoadStatus("10"); |
|
|
|
|
// carsLoadEntity.setLoadStatus("10");
|
|
|
|
|
baseMapper.updateArriveTime(loadId,"10",aheadCarsLoadLineEntity.getArriveDate(),aheadNodeId); |
|
|
|
|
workNode = WorkNodeEnums.CANCEL_NET_ARRIVE_CAR.getCode(); |
|
|
|
|
} else { |
|
|
|
|
carsLoadEntity.setLoadStatus("30"); |
|
|
|
|
// carsLoadEntity.setLoadStatus("30");
|
|
|
|
|
baseMapper.updateArriveTime(loadId,"30",aheadCarsLoadLineEntity.getArriveDate(),aheadNodeId); |
|
|
|
|
workNode = WorkNodeEnums.CANCEL_FINAL_NET_ARRIVE_CAR.getCode(); |
|
|
|
|
} |
|
|
|
|
carsLoadEntity.setNowWarehouseId(aheadNodeId); |
|
|
|
|
carsLoadEntity.setArriveTime(aheadCarsLoadLineEntity.getArriveDate()); |
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
// carsLoadEntity.setNowWarehouseId(aheadNodeId);
|
|
|
|
|
// carsLoadEntity.setArriveTime(aheadCarsLoadLineEntity.getArriveDate());
|
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
|
|
|
|
|
TrunklineCarsLoadLineEntity endCarsLoadLineEntity = trunklineCarsLoadLineService.findEndNodeByLoadId(loadId); |
|
|
|
|
if (Objects.isNull(endCarsLoadLineEntity)) { |
|
|
|
@ -3124,18 +3137,20 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Date date = new Date(); |
|
|
|
|
carsLoadLineEntity.setNodeStatus("20"); |
|
|
|
|
carsLoadLineEntity.setStartDate(date); |
|
|
|
|
carsLoadLineEntity.setStartUserId(AuthUtil.getUserId()); |
|
|
|
|
carsLoadLineEntity.setStartUserName(AuthUtil.getUserName()); |
|
|
|
|
trunklineCarsLoadLineService.updateById(carsLoadLineEntity); |
|
|
|
|
// carsLoadLineEntity.setNodeStatus("20");
|
|
|
|
|
// carsLoadLineEntity.setStartDate(date);
|
|
|
|
|
// carsLoadLineEntity.setStartUserId(AuthUtil.getUserId());
|
|
|
|
|
// carsLoadLineEntity.setStartUserName(AuthUtil.getUserName());
|
|
|
|
|
// trunklineCarsLoadLineService.updateById(carsLoadLineEntity);
|
|
|
|
|
trunklineCarsLoadLineService.updateStartTime(carsLoadLineEntity.getId(),"20",date,AuthUtil.getUserId(),AuthUtil.getUserName()); |
|
|
|
|
|
|
|
|
|
//三方中转发车把异常的数据计划目的仓设置成当前仓
|
|
|
|
|
trunklineCarsLoadScanService.updateFinalNodeIdAndFinalNodeNameByLoadIdNoData(loadId,warehouseId,warehouseEntity.getName()); |
|
|
|
|
|
|
|
|
|
carsLoadEntity.setLoadStatus("10"); |
|
|
|
|
carsLoadEntity.setStartTime(date); |
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
// carsLoadEntity.setLoadStatus("10");
|
|
|
|
|
// carsLoadEntity.setStartTime(date);
|
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
baseMapper.updateStartTime(loadId,"10",date); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
trunklineCarsLoadLogService.saveLog(carsLoadEntity, carsLoadLineEntity, CarsLoadLogTypeConstant.FIRST_START_CARS_LOAD.getValue()); |
|
|
|
@ -3280,15 +3295,17 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
throw new CustomerException(400, "当前节点信息不是发车状态"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
currentCarsLoadLineEntity.setNodeStatus("10"); |
|
|
|
|
currentCarsLoadLineEntity.setStartDate(null); |
|
|
|
|
currentCarsLoadLineEntity.setStartUserId(null); |
|
|
|
|
currentCarsLoadLineEntity.setStartUserName(null); |
|
|
|
|
trunklineCarsLoadLineService.updateById(currentCarsLoadLineEntity); |
|
|
|
|
// currentCarsLoadLineEntity.setNodeStatus("10");
|
|
|
|
|
// currentCarsLoadLineEntity.setStartDate(null);
|
|
|
|
|
// currentCarsLoadLineEntity.setStartUserId(null);
|
|
|
|
|
// currentCarsLoadLineEntity.setStartUserName(null);
|
|
|
|
|
// trunklineCarsLoadLineService.updateById(currentCarsLoadLineEntity);
|
|
|
|
|
trunklineCarsLoadLineService.updateStartTime(currentCarsLoadLineEntity.getId(),"10",null,null,null); |
|
|
|
|
|
|
|
|
|
carsLoadEntity.setLoadStatus("0"); |
|
|
|
|
carsLoadEntity.setStartTime(null); |
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
// carsLoadEntity.setLoadStatus("0");
|
|
|
|
|
// carsLoadEntity.setStartTime(null);
|
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
baseMapper.updateStartTime(loadId,"0",null); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
trunklineCarsLoadLogService.saveLog(carsLoadEntity, currentCarsLoadLineEntity, CarsLoadLogTypeConstant.CANCEL_FIRST_START_CARS_LOAD.getValue()); |
|
|
|
@ -3342,16 +3359,17 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Date date = CommonUtil.StringToDate(arriveDateStr); |
|
|
|
|
carsLoadLineEntity.setNodeStatus("10"); |
|
|
|
|
carsLoadLineEntity.setArriveDate(date); |
|
|
|
|
carsLoadLineEntity.setArriveUserId(AuthUtil.getUserId()); |
|
|
|
|
carsLoadLineEntity.setArriveUserName(AuthUtil.getUserName()); |
|
|
|
|
trunklineCarsLoadLineService.updateById(carsLoadLineEntity); |
|
|
|
|
|
|
|
|
|
carsLoadEntity.setLoadStatus("40"); |
|
|
|
|
carsLoadEntity.setArriveTime(date); |
|
|
|
|
updateById(carsLoadEntity); |
|
|
|
|
|
|
|
|
|
// carsLoadLineEntity.setNodeStatus("10");
|
|
|
|
|
// carsLoadLineEntity.setArriveDate(date);
|
|
|
|
|
// carsLoadLineEntity.setArriveUserId(AuthUtil.getUserId());
|
|
|
|
|
// carsLoadLineEntity.setArriveUserName(AuthUtil.getUserName());
|
|
|
|
|
// trunklineCarsLoadLineService.updateById(carsLoadLineEntity);
|
|
|
|
|
trunklineCarsLoadLineService.updateArriveTime(carsLoadLineEntity.getId(), date,"10",AuthUtil.getUserId(),AuthUtil.getUserName()); |
|
|
|
|
|
|
|
|
|
// carsLoadEntity.setLoadStatus("40");
|
|
|
|
|
// carsLoadEntity.setArriveTime(date);
|
|
|
|
|
// updateById(carsLoadEntity);
|
|
|
|
|
baseMapper.updateArriveTime(loadId,"40",date,null); |
|
|
|
|
try { |
|
|
|
|
trunklineCarsLoadLogService.saveLog(carsLoadEntity, carsLoadLineEntity, CarsLoadLogTypeConstant.END_ARRIVE_CARS_LOAD.getValue()); |
|
|
|
|
List<String> orderPackageCodes = trunklineCarsLoadScanService.findPackageListByLoadId(loadId); |
|
|
|
|