feat(system): 新增爬虫过期账号禁用任务并重构AI过期逻辑
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user