初始版本提交

This commit is contained in:
hzj
2025-07-02 13:23:41 +08:00
parent 2693015dab
commit 5d16d6c494

View File

@@ -248,12 +248,12 @@ public class LargeScreenCountServiceImpl implements LargeScreenCountService {
alarmAnalysisVO.setLookNoticeCount(lookNoticeCount);
alarmAnalysisVO.setEventdetails(change(eventdetails,handleMsg));
alarmAnalysisVO.setALarmEvent(change(aLarmEvent,handleMsg));
alarmAnalysisVO.setWarnEvent(change(warnEvent,handleMsg));
alarmAnalysisVO.setEventdetails(change(eventdetails,msgEventInfoList));
alarmAnalysisVO.setALarmEvent(change(aLarmEvent,msgEventInfoList));
alarmAnalysisVO.setWarnEvent(change(warnEvent,msgEventInfoList));
alarmAnalysisVO.setNoticeEvent(msgEventInfoList);
alarmAnalysisVO.setLookALarmEvent(change(lookALarmEvent,handleMsg));
alarmAnalysisVO.setLookWarnEvent(change(lookWarnEvent,handleMsg));
alarmAnalysisVO.setLookALarmEvent(change(lookALarmEvent,msgEventInfoList));
alarmAnalysisVO.setLookWarnEvent(change(lookWarnEvent,msgEventInfoList));
alarmAnalysisVO.setLookNoticeEvent(handleMsg);