修改构造数据的bug

This commit is contained in:
weidong 2024-07-22 08:15:47 +08:00
parent 87c60152f7
commit a685481817
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ public class ZNYForwarder extends Forwarder{
@Scheduled(cron = "0 0/10 * * * ?") // 每30分钟执行一次
private void checkDevice() {
//logger.info("zny checkDevice");
checkNoDataDevice("2345078","2345065","2345073");
//checkNoDataDevice("2345078","2345065","2345073");
//checkNoDataDevice("2345085","2345068","2345075");
}

View File

@ -54,7 +54,7 @@ public class AbnormalDeviceProcessor{
@Scheduled(cron = "0 0/10 * * * ?") // 每30分钟执行一次
private void checkDevice() {
//logger.info("zny checkDevice");
//checkNoDataDevice("2345078","2345065","2345073");
checkNoDataDevice("2345078","2345065","2345073");
checkNoDataDevice("2345085","2345068","2345075");
}