#
luxiaotao1123
2021-01-11 9042e885de0413ccfa89d231fc77ddf70c9e58d5
src/main/java/com/zy/asrs/controller/ConsoleController.java
@@ -129,7 +129,7 @@
            /**
             * 堆垛机状态判断
             */
            if ((crn.getId() == 1 && crnProtocol.getAlarm1() > 0) || (crn.getId() == 2 && crnProtocol.getAlarm1() > 1000)) {
            if (crn.getId() == 1 && crnProtocol.getAlarm1() > 0) {
                vo.setCrnStatus(CrnStatusType.MACHINE_ERROR);
            } else {
                if (crnProtocol.getTaskNo()>0) {