|
|
|
@ -96,8 +96,8 @@ public class FactoryCommonController {
|
|
|
|
|
map.put("flagType", "OrderStatusLog"); |
|
|
|
|
//将消息携带绑定键值
|
|
|
|
|
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);
|
|
|
|
|