vip-定时任务-取消升降级
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user