|
@@ -80,7 +80,7 @@ public class LhbNotifyServiceImpl extends MPJBaseServiceImpl<LhbNotifyMapper, Lh
|
|
|
RabbitLhbOrderQueueMQ.MsgEntity msgEntity = new RabbitLhbOrderQueueMQ.MsgEntity();
|
|
|
msgEntity.setNotifyId(notify.getNotifyId());
|
|
|
mqSender.send(RabbitLhbOrderQueueMQ.build(msgEntity), 5);
|
|
|
- log.info("订单:{},推送订单激活数据成功:{}", orderNotify.getOrderNo(), JSON.toJSONString(orderNotify));
|
|
|
+ log.info("订单:{},推送订单激活数据成功:{}", orderNotify.getMobile(), JSON.toJSONString(orderNotify));
|
|
|
}
|
|
|
|
|
|
@Override
|