| | |
| | | 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) { |
| | |
| | | tAppUserVipDetail1.setVipType(type); |
| | | tAppUserVipDetail1.setVipJson(JSON.toJSONString(info.getData())); |
| | | tAppUserVipDetail1.setCreateTime(LocalDateTime.now()); |
| | | tAppUserVipDetail1.setMonthEndTime(LocalDateTime.now().plusMonths(1)); |
| | | tAppUserVipDetailService.save(tAppUserVipDetail1); |
| | | } |
| | | |