处理绩效考核的新问题

This commit is contained in:
TS-QD1 2023-07-26 18:30:14 +08:00
parent d000ece115
commit c5120365af

View File

@ -40,6 +40,11 @@ public class SystemTask {
@Autowired @Autowired
private IAssessmentService assessmentService; private IAssessmentService assessmentService;
@Scheduled(cron = "0 0 5 * * ?")
public void ddyDayWorkTask() {
// 统计过去24小时内没有转派的案件
}
/** /**
* 每天0点定时任务 * 每天0点定时任务