Sfoglia il codice sorgente

矩阵状态修改

王波 5 giorni fa
parent
commit
3bea12536d

+ 1 - 1
runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MatrixHAService.java

@@ -168,7 +168,7 @@ public class MatrixHAService {
                         } else if (jlls.get(0).getPointValue().equals("true")) {
                             ztvo.setStatus(11.0);//解缆
                         } else if (zktjls.get(0).getPointValue().equals("true")) {
-                            ztvo.setStatus(7.0);
+                            ztvo.setStatus(2.0);
                         } else if (ztls.get(0).getPointValueInDouble() == 0.0) {
                             ztvo.setStatus(-1.0);
                         } else if (ztls.get(0).getPointValueInDouble() == 1.0) {