Commit 686db0e4 authored by 鲁鸿波's avatar 鲁鸿波

所有作业3天未完成的,需要重新发起申请。

危险作业到交底环节后按固定时间判断是否超时,超时自动取消
parent ae2625cc
...@@ -98,7 +98,7 @@ public class HazardWorkPlanScheduler { ...@@ -98,7 +98,7 @@ public class HazardWorkPlanScheduler {
/** /**
* 定时刷新字典缓存(每 10 分钟刷新一次,保证字典变更能生效) * 定时刷新字典缓存(每 10 分钟刷新一次,保证字典变更能生效)
*/ */
@Scheduled(cron = "0 0/10 * * * ?") //@Scheduled(cron = "0 0/10 * * * ?")
public void refreshDictCacheScheduled() { public void refreshDictCacheScheduled() {
refreshDictCache(); refreshDictCache();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment