Merge remote-tracking branch 'origin/guoshengxiong' into guoshengxiong
This commit is contained in:
commit
1d594676df
@ -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