mac 7 月之前
父節點
當前提交
e2f03654de

+ 1 - 1
lhb-basic/lhb-basic-biz/src/main/java/com/kxs/lhb/basic/biz/service/impl/LhbNotifyServiceImpl.java

@@ -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