vip-定时任务-取消升降级

This commit is contained in:
khalil
2024-09-19 19:52:25 +08:00
parent f4bc16d138
commit bd1ea6a68c

View File

@@ -42,7 +42,7 @@ public class VipTask {
/**
* 核销到期的用户贵族(保级、降级、撤销)
*/
@Scheduled(cron = "${scheduler.vip.checkVip-cron}")
//@Scheduled(cron = "${scheduler.vip.checkVip-cron}")
public void checkVip() {
log.info("核销到期的用户贵族...");
vipTaskService.checkExpireVip();