Commit 47c6a1b7 authored by 施翔轲's avatar 施翔轲

更新定时任务日志输出内容

parent 7066ab32
...@@ -25,7 +25,7 @@ public class TenantTimerTask { ...@@ -25,7 +25,7 @@ public class TenantTimerTask {
*/ */
@Scheduled(cron = "0 0/10 * * * ? ") @Scheduled(cron = "0 0/10 * * * ? ")
public void updateExpiredTenantStatus() { public void updateExpiredTenantStatus() {
log.info("执行定时禁用已过期租户账号(6h/次)"); log.info("执行定时禁用已过期租户账号(10min/次)");
TenantHelper.ignore(tenantService::handleExpiredTenant); TenantHelper.ignore(tenantService::handleExpiredTenant);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment