处理绩效考核的新问题
This commit is contained in:
parent
d000ece115
commit
c5120365af
@ -40,6 +40,11 @@ public class SystemTask {
|
||||
@Autowired
|
||||
private IAssessmentService assessmentService;
|
||||
|
||||
@Scheduled(cron = "0 0 5 * * ?")
|
||||
public void ddyDayWorkTask() {
|
||||
// 统计过去24小时内没有转派的案件
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 每天0点定时任务
|
||||
|
Loading…
Reference in New Issue
Block a user