ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/TAppUserController.java
@@ -315,11 +315,11 @@ int plusDay = 0; if (giveVipDto.getType() == 1) { plusDay = 31; plusDay = 1; } else if (giveVipDto.getType() == 2) { plusDay = 93; plusDay = 3; } else if (giveVipDto.getType() == 3) { plusDay = 365; plusDay = 12; } //增加vipDetail giveVipUtil.sendVip(nowUser, giveVipDto.getVipId(),plusDay);