|
|
|
@ -10724,11 +10724,11 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
Boolean b1=DeliveryStatusConstant.yiwancheng.getValue().equals(deliveryListEntity.getDeliveryStatus()); |
|
|
|
|
Boolean b2 =deliveryListEntity.getScannedNumber().equals(0); |
|
|
|
|
// 推送给配送被取消的的作业节点
|
|
|
|
|
if (b1&& b2) { |
|
|
|
|
// 发送配送取消的消息完成消息
|
|
|
|
|
NodeFanoutMsg<DistributionTaskVO> distributionTaskVONodeFanoutMsg = buildNodeFanoutMsgForPlan(deliveryListEntity, AuthUtil.getUser(), BizOperationEnums.DELETE); |
|
|
|
|
distributionNodeWorkService.planDelivery(distributionTaskVONodeFanoutMsg, AuthUtil.getUser()); |
|
|
|
|
} |
|
|
|
|
// if (b1&& b2) {
|
|
|
|
|
// // 发送配送取消的消息完成消息
|
|
|
|
|
// NodeFanoutMsg<DistributionTaskVO> distributionTaskVONodeFanoutMsg = buildNodeFanoutMsgForPlan(deliveryListEntity, AuthUtil.getUser(), BizOperationEnums.DELETE);
|
|
|
|
|
// distributionNodeWorkService.planDelivery(distributionTaskVONodeFanoutMsg, AuthUtil.getUser());
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|