彩票助手1.2

This commit is contained in:
lihanqi
2025-08-07 19:53:50 +08:00
parent fed8d868b9
commit c6bb187ae8
3 changed files with 732 additions and 382 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ public class PredictResultTask {
* cron表达式秒 分 时 日 月 周
* 0 0/5 * * * ? 表示每5分钟执行一次
*/
@Scheduled(cron = "0 0/1 * * * ?")
@Scheduled(cron = "0 0/10 * * * ?")
public void processPendingPredictions() {
try {
log.info("=== 开始执行预测结果匹配定时任务 ===");