Merge remote-tracking branch 'origin/guoshengxiong' into guoshengxiong

This commit is contained in:
pengjie 2024-05-23 18:31:05 +08:00
commit 1d594676df

View File

@ -392,6 +392,9 @@ public class HighFormworkSupportService {
* @return * @return
*/ */
private Integer getAlarmState(String s) { private Integer getAlarmState(String s) {
if (s == null) {
return 1;
}
switch (s) { switch (s) {
case "1": case "1":
return 1; return 1;