|
|
@ -194,7 +194,7 @@ public class DistributionNodeWorkServiceImpl implements IDistributionNodeWorkSer |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void billofladingSignforCheck(NodeFanoutMsg<PickUpByReCheckVO> nodeFanoutMsg, BladeUser user) { |
|
|
|
public void billofladingSignforCheck(NodeFanoutMsg<PickUpByReCheckVO> nodeFanoutMsg, BladeUser user) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
rabbitTemplate.convertAndSend(FanoutConstants.DeliveryOfPickup.BillSign.EXCHANGE, null, com.alibaba.fastjson.JSONObject.toJSONString(nodeFanoutMsg)); |
|
|
|
rabbitTemplate.convertAndSend(FanoutConstants.DeliveryOfPickup.BillSignReview.EXCHANGE, null, com.alibaba.fastjson.JSONObject.toJSONString(nodeFanoutMsg)); |
|
|
|
} catch (AmqpException e) { |
|
|
|
} catch (AmqpException e) { |
|
|
|
log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 自提复核消息推送失败~ 请联系管理员! ", e); |
|
|
|
log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 自提复核消息推送失败~ 请联系管理员! ", e); |
|
|
|
} |
|
|
|
} |
|
|
@ -203,7 +203,7 @@ public class DistributionNodeWorkServiceImpl implements IDistributionNodeWorkSer |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void finishDistributionTrain(NodeFanoutMsg<FinishDistributionTrainVO> nodeFanoutMsg, BladeUser user) { |
|
|
|
public void finishDistributionTrain(NodeFanoutMsg<FinishDistributionTrainVO> nodeFanoutMsg, BladeUser user) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
rabbitTemplate.convertAndSend(FanoutConstants.DeliveryOfPickup.BillSign.EXCHANGE, null, com.alibaba.fastjson.JSONObject.toJSONString(nodeFanoutMsg)); |
|
|
|
rabbitTemplate.convertAndSend(FanoutConstants.distribution.DeliveryAndFinish.EXCHANGE, null, com.alibaba.fastjson.JSONObject.toJSONString(nodeFanoutMsg)); |
|
|
|
} catch (AmqpException e) { |
|
|
|
} catch (AmqpException e) { |
|
|
|
log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 车次完成消息推送失败~ 请联系管理员! ", e); |
|
|
|
log.error(">>>>>>>>>>>>>>>>>>>>>>>>>> 车次完成消息推送失败~ 请联系管理员! ", e); |
|
|
|
} |
|
|
|
} |
|
|
|