消息发送
This commit is contained in:
@@ -165,7 +165,7 @@ public class RabbitPublisher {
|
||||
msg.put("shopId", shopId);
|
||||
msg.put("data", data);
|
||||
msg.put("printTypeEnum", printType);
|
||||
rabbitTemplate.convertAndSend(exchange, queueName, msg);
|
||||
rabbitTemplate.convertAndSend(exchange, queueName, JSONObject.toJSONString(msg));
|
||||
}
|
||||
|
||||
public void sendOtherPrintLocalMsg(Long shopId, String printType, Long dataId) {
|
||||
|
||||
Reference in New Issue
Block a user