高支模测量bug修改
This commit is contained in:
parent
a0acb5fcab
commit
b978556845
@ -392,6 +392,9 @@ public class HighFormworkSupportService {
|
||||
* @return
|
||||
*/
|
||||
private Integer getAlarmState(String s) {
|
||||
if (s == null) {
|
||||
return 1;
|
||||
}
|
||||
switch (s) {
|
||||
case "1":
|
||||
return 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user