#
luxiaotao1123
2021-01-12 3bdbc5fb15a14f341b0febc4fad8ce4f4fecef44
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) {