Pu Zhibing
2025-03-31 db2d7720496c66c2007e7e3a0be88dbff81148ad
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/util/GiveVipUtil.java
@@ -56,6 +56,7 @@
            tAppUserVipDetail.setVipJson(JSON.toJSONString(info.getData()));
            tAppUserVipDetail.setVipType(type);
            tAppUserVipDetail.setCreateTime(LocalDateTime.now());
            tAppUserVipDetail.setMonthEndTime(LocalDateTime.now().plusMonths(1));
            tAppUserVipDetailService.save(tAppUserVipDetail);
            //直接赠送优惠卷
            for (SendCouponDto sendCouponDto : javaList) {
@@ -98,6 +99,7 @@
            tAppUserVipDetail1.setVipType(type);
            tAppUserVipDetail1.setVipJson(JSON.toJSONString(info.getData()));
            tAppUserVipDetail1.setCreateTime(LocalDateTime.now());
            tAppUserVipDetail1.setMonthEndTime(LocalDateTime.now().plusMonths(1));
            tAppUserVipDetailService.save(tAppUserVipDetail1);
        }