|
|
|
@ -2874,7 +2874,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
// 得到signfor的ID 获取配送计划的的信息 和配送客户的信息
|
|
|
|
|
map.put("signfor_id",distributionSignfor.getId()); |
|
|
|
|
|
|
|
|
|
rabbitTemplate.convertAndSend(RabbitConstant.CLERK_CHECK_PUSH_DATA_EXCHANGE, RabbitConstant.CLERK_CHECK_PUSH_DATA_ROUTING, map); |
|
|
|
|
log.info(">>>>>>>>>>>>>>>>>>> 推送老系统 的签收数据 {} ",distributionSignfor); |
|
|
|
|
//rabbitTemplate.convertAndSend(RabbitConstant.CLERK_CHECK_PUSH_DATA_EXCHANGE, RabbitConstant.CLERK_CHECK_PUSH_DATA_ROUTING, map);
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|