|
@@ -130,7 +130,9 @@ public class AsyncTask {
|
|
|
//正常的业务数据报警
|
|
|
//水质报警
|
|
|
//2025年02月20日10:52:31 在具体的报警类型中增加新的判断 仪表故障 数据异常等
|
|
|
- this.handleSZWarning(tXinyiIndustry, normConfig);
|
|
|
+// this.handleSZWarning(tXinyiIndustry, normConfig);
|
|
|
+ //2025年04月18日15:27:56 报警采用新的逻辑
|
|
|
+ this.handleSZWarningNew(tXinyiIndustry, normConfig);
|
|
|
//2024年5月28日14:14:26 下面是新增的 生化报警处理
|
|
|
this.handleSHWarning(tXinyiIndustry, normConfig, xinyiCalculate);
|
|
|
}else{
|
|
@@ -6658,6 +6660,8 @@ public class AsyncTask {
|
|
|
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
private void robotWarningDetail(TXinyiRobot tXinyiRobot, TXinyiNormConfig normConfig, TXinyiIndustry tXinyiIndustry) {
|
|
|
|
|
|
//先查看数据是否有断点--单指标 断点--多指标
|