|
|
|
@ -94,8 +94,8 @@ public class FactoryCommonController {
|
|
|
|
|
map.put("createTime",new Date().getTime()); |
|
|
|
|
//将消息携带绑定键值
|
|
|
|
|
rabbitTemplate.convertAndSend(RabbitConstant.ORDER_STATUS_EXCHANGE, RabbitConstant.ORDER_STATUS_ROUTING, map); |
|
|
|
|
map.put("type", "DealWith"); |
|
|
|
|
rabbitTemplate.convertAndSend(RabbitConstant.DEAL_WITH_EXCHANGE, RabbitConstant.DEAL_WITH_ROUTING,map); |
|
|
|
|
// map.put("type", "DealWith");
|
|
|
|
|
// rabbitTemplate.convertAndSend(RabbitConstant.DEAL_WITH_EXCHANGE, RabbitConstant.DEAL_WITH_ROUTING,map);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// R r = factoryDataService.handleStatusData(orderStatusDTO);
|
|
|
|
|