1、优化告警处理

This commit is contained in:
weidong 2024-02-14 23:14:42 +08:00
parent e9d94cd409
commit 82db878eaf

View File

@ -153,7 +153,6 @@ public class WarningServiceImpl implements WarningService {
} }
} }
} }
else return isUpdated;
int oldWarningCode = curStatus.getWarningcode() & warningType; int oldWarningCode = curStatus.getWarningcode() & warningType;
if(newWarningCode != oldWarningCode){ if(newWarningCode != oldWarningCode){