vip-屏蔽返利定时任务和VIP经验

This commit is contained in:
khalil
2024-08-27 19:48:44 +08:00
parent a2468759c0
commit 6a7a9cdfeb
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class VipTask {
vipTaskService.checkExpireVip();
}
@Scheduled(cron = "0 0 1 * * ?")
//@Scheduled(cron = "0 0 1 * * ?")
public void notifyReturnProfit() {
vipTaskService.notifyReturnProfit();
}