fanli/src/main/java/com/yeshi/fanli/service/impl/order/msg/UserOrderMsgNotificationServiceImpl.java
@@ -43,7 +43,6 @@ addOrderStatistics(uid, orderId, orderType, Constant.TYPE_REBATE, goodsCount, payMoney, money, downTime, null, needNotify); SystemEnum system = userInfoService.getUserSystem(uid); if (needNotify) { PushContentDTO dto = PushMsgFactory.createFanLiOrderStatisticed(orderType, orderId, money); try { @@ -54,6 +53,7 @@ e.printStackTrace(); } } }