|
|
@ -6881,7 +6881,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
distributionReservationPackageService.save(reservationPackageEntity); |
|
|
|
distributionReservationPackageService.save(reservationPackageEntity); |
|
|
|
Map<String, List> map = new HashMap<>(); |
|
|
|
Map<String, List> map = new HashMap<>(); |
|
|
|
map.put("1", Collections.singletonList(reservationPackageEntity)); |
|
|
|
map.put("1", Collections.singletonList(reservationPackageEntity)); |
|
|
|
NodeFanoutMsg<ReservationVO> nodeFanoutMsg = buildNodeFanoutMsgByAbnormalPackage(reservationEntity, map,distributionLoadscanAbnormalEntity); |
|
|
|
NodeFanoutMsg<AbnormalPackageVO> nodeFanoutMsg = buildNodeFanoutMsgByAbnormalPackage(reservationEntity, map,distributionLoadscanAbnormalEntity); |
|
|
|
distributionNodeWorkService.abnormalDeliveryAbnormalReview(nodeFanoutMsg,AuthUtil.getUser()); |
|
|
|
distributionNodeWorkService.abnormalDeliveryAbnormalReview(nodeFanoutMsg,AuthUtil.getUser()); |
|
|
|
//维护包件的预约状态
|
|
|
|
//维护包件的预约状态
|
|
|
|
DistributionParcelListEntity parcelListEntity = distributionParcelListService.getById(distributionLoadscanAbnormalEntity.getPackageId()); |
|
|
|
DistributionParcelListEntity parcelListEntity = distributionParcelListService.getById(distributionLoadscanAbnormalEntity.getPackageId()); |
|
|
@ -6902,8 +6902,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
trunklinePackageTrackLogClient.addPackageTrackLog(logList); |
|
|
|
trunklinePackageTrackLogClient.addPackageTrackLog(logList); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private NodeFanoutMsg<AbnormalPackageVC> buildNodeFanoutMsgByAbnormalPackage(DistributionReservationEntity reservationEntity, Map<String, List> map,DistributionLoadscanAbnormalEntity distributionLoadscanAbnormalEntity) { |
|
|
|
private NodeFanoutMsg<AbnormalPackageVO> buildNodeFanoutMsgByAbnormalPackage(DistributionReservationEntity reservationEntity, Map<String, List> map,DistributionLoadscanAbnormalEntity distributionLoadscanAbnormalEntity) { |
|
|
|
NodeFanoutMsg<AbnormalPackageVC> nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
NodeFanoutMsg<AbnormalPackageVO> nodeFanoutMsg = new NodeFanoutMsg(); |
|
|
|
if (LoadingAbnormalTypeConstant.jihuayichang.getValue().equals(distributionLoadscanAbnormalEntity.getAbnormalType())){ |
|
|
|
if (LoadingAbnormalTypeConstant.jihuayichang.getValue().equals(distributionLoadscanAbnormalEntity.getAbnormalType())){ |
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.DISTRIBUTION_ABNORMAL_LOADING); |
|
|
|
nodeFanoutMsg.setNode(WorkNodeEnums.DISTRIBUTION_ABNORMAL_LOADING); |
|
|
|
}else if (LoadingAbnormalTypeConstant.qianshouyichang.getValue().equals(distributionLoadscanAbnormalEntity.getAbnormalType())){ |
|
|
|
}else if (LoadingAbnormalTypeConstant.qianshouyichang.getValue().equals(distributionLoadscanAbnormalEntity.getAbnormalType())){ |
|
|
|