feat(system): 新增爬虫过期账号禁用任务并重构AI过期逻辑

This commit is contained in:
2025-11-18 14:56:04 +08:00
parent 3ade777ac2
commit 5f84fd31b6
4 changed files with 119 additions and 19 deletions

View File

@@ -45,6 +45,7 @@ public class JobLogServiceImpl implements JobLogService {
.result(result).build();
jobLogMapper.updateById(updateObj);
} catch (Exception ex) {
log.error("更新 Job 日志失败", ex);
log.error("[updateJobLogResultAsync][logId({}) endTime({}) duration({}) success({}) result({})]",
logId, endTime, duration, success, result);
}