Pu Zhibing
2025-06-09 4c77ac6367145e4740141e872e1cda1c16efa9b1
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/task/TaskUtil.java
@@ -38,7 +38,7 @@
         List<TAppUserVipDetail> recentDetails = tAppUserVipDetailService.lambdaQuery()
               .le(TAppUserVipDetail::getStartTime, currentDate)
               .ge(TAppUserVipDetail::getEndTime, currentDate)
               .eq(TAppUserVipDetail::getChargeNum, 0)
               .ne(TAppUserVipDetail::getVipType, 1)
               .le(TAppUserVipDetail::getMonthEndTime, currentDate)
               .orderByDesc(TAppUserVipDetail::getStartTime).list();
         for (TAppUserVipDetail recentDetail : recentDetails) {