高支模测量bug修改

This commit is contained in:
guoshengxiong 2024-05-23 18:04:09 +08:00
parent a0acb5fcab
commit b978556845

View File

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