fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java
@@ -1078,7 +1078,9 @@ // 消息推送 try { userOtherMsgNotificationService.welfareCouponActive(userSystemCoupon, new UserInfo(uid)); UserInfo userInfo = userInfoService.selectByPKey(uid); userOtherMsgNotificationService.welfareCouponActive(userSystemCoupon, userInfo); } catch(Exception e) { try { LogHelper.errorDetailInfo(e); @@ -1452,7 +1454,5 @@ userInfoExtraService.saveUserInfoExtra(userInfoExtra); } }