1、超周期监测 增加开关:是否排除 握手监测 失败的节点

2、超周期监测数据 next_check_time=null
This commit is contained in:
fangshunjian
2018-10-18 16:08:23 +08:00
parent 3f22d162b8
commit 3ddf0a2666
2 changed files with 11 additions and 4 deletions

View File

@@ -1253,11 +1253,11 @@ public class ThreadService {
+ "performace_data ,current_times ,start_time ,"
+ "police_level ,data_check_time ,data_arrive_time ,detectioned_state ,"
+ "status_change_time ,seq_id ,detection_info_id,data_check_time_digital,data_arrive_time_digital ,"
+ "POLICE_EMERGENT ) VALUES"
+ "POLICE_EMERGENT,NEXT_CHECK_TIME ) VALUES"
+"(?,?,"
+ "?,?,?,"
+ "?,?,?,?,"
+ "?,?,?,?,?,?)";
+ "?,?,?,?,?,?,null)";
return sql;
}
@@ -1287,6 +1287,7 @@ public class ThreadService {
+" ,data_arrive_time_digital = ?"
+" ,POLICE_EMERGENT = ?"
+" ,NEXT_CHECK_TIME = NULL"
+" where din.detection_set_info_id = ?"