登入失败禁止登入1

This commit is contained in:
xuelijun
2026-01-31 14:51:58 +08:00
parent 57968c183f
commit 06cd285d9f

View File

@@ -119,7 +119,7 @@ public class CrawlerSchedule {
// 从7:00分30秒起每5分钟执行一次爬取今日已经结算
@Scheduled(cron = "30 0/5 * * * ?")
@Scheduled(cron = "35 0/5 * * * ?")
public void executeSettlement() {
log.info("开始爬取今日已经结算...");
int retryCount = 0;