1.增加稳态告警统计限值

This commit is contained in:
wr
2025-11-25 17:00:22 +08:00
parent b0ef851479
commit 279c5c7642
3 changed files with 19 additions and 2 deletions

View File

@@ -509,6 +509,7 @@ public class DataVerifyServiceImpl extends ServiceImpl<DataVerifyMapper, DataVer
vo.setVal(valArr[i]);
vo.setPhaseType(phasic);
vo.setTargetName(StrUtil.isNotBlank(count) ? count + "" + targetName : targetName);
vo.setOverLimitValue(it.getOverLimitValue());
result.add(vo);
}
});