dev切换到prod,部分功能不上传
This commit is contained in:
@@ -24,8 +24,8 @@ public class AccountTask {
|
||||
* 替换为
|
||||
* 每个月月初只刷新教育子账号的积分
|
||||
*/
|
||||
@Scheduled(cron = "0 25 14 * * ?")
|
||||
// @Scheduled(cron = "0 0 0 1 * ?")
|
||||
// @Scheduled(cron = "0 25 14 * * ?")
|
||||
@Scheduled(cron = "0 0 0 1 * ?")
|
||||
public void refreshCreditsMonthly() {
|
||||
log.info("每月1号0点 重置教育版子账号为默认积分");
|
||||
accountService.refreshCreditsMonthly();
|
||||
@@ -81,7 +81,8 @@ public class AccountTask {
|
||||
redisUtil.batchDeleteKeysWithSamePrefix(RedisUtil.NICKNAME_MODIFY_TIMES);
|
||||
}
|
||||
|
||||
@Scheduled(cron = "0 35 14 * * ?")
|
||||
// @Scheduled(cron = "0 35 14 * * ?")
|
||||
@Scheduled(cron = "0 5 0 * * ?")
|
||||
public void checkEduAdminExpireStatus() {
|
||||
accountService.checkEduAdminExpireStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user