|
|
@@ -25,7 +25,7 @@ public class WarnJob {
|
|
|
/**
|
|
|
* 每2时执行一次...
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 0/2 * * ?")
|
|
|
+ //@Scheduled(cron = "0 0 0/2 * * ?")
|
|
|
public void resetReCount2() {
|
|
|
log.info("【设备预警】定时清空所有重复次数,临时配置,0 0 0/2 * * ? 每2时执行一次");
|
|
|
reCountService.resetAllReCount();
|