yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
fanli/src/main/java/com/yeshi/fanli/service/manger/order/HongBaoV2AddManager.java
@@ -705,7 +705,7 @@
      if (user == null)
         throw new UserAccountException(1001, "用户不存在/被封禁");
      if (isVIP) {
         hongBao.setUrank(100);// VIP的等级设置为100
         hongBao.setUrank(HongBaoV2.RANK_VIP);// VIP的等级设置为100
      } else {
         hongBao.setUrank(user.getRank());
      }
@@ -851,7 +851,7 @@
      if (user == null)
         throw new UserAccountException(1001, "用户不存在/被封禁");
      if (isVip)
         hongBao.setUrank(100);
         hongBao.setUrank(HongBaoV2.RANK_VIP);
      else
         hongBao.setUrank(user.getRank());
      hongBao.setUserInfo(user);