yujian
2020-04-27 609bf69362497854cbe1a10b4d9898c0103695de
fanli/src/main/java/com/yeshi/fanli/service/impl/user/vip/UserVIPInfoServiceImpl.java
@@ -347,6 +347,7 @@
      info.setId(userInfo.getId());
      info.setState(UserVIPInfo.STATE_INVALID);
      info.setUpdateTime(new Date());
      info.setBeiZhu(reason);
      userVIPInfoMapper.updateByPrimaryKeySelective(info);
      // 消息
      userAccountMsgNotificationService.vipUpgradeFail(uid, reason);