فهرست منبع

矩阵状态修改

王波 5 روز پیش
والد
کامیت
3bea12536d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MatrixHAService.java

+ 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) {