#
Junjie
1 天以前 caf936a10efe1f7372a0a83e1a906f701be36691
src/main/java/com/zy/core/network/real/ZyCrnV2RealConnect.java
@@ -141,12 +141,12 @@
                return response;
            }
            boolean commandAreaClearResult = clearCommandArea();
            if (!commandAreaClearResult) {
                News.error("堆垛机命令区清空失败 ===>> [id:{}]", command.getCrnNo());
                response.setMessage("堆垛机命令区清空失败");
                return response;
            }
//            boolean commandAreaClearResult = clearCommandArea();
//            if (!commandAreaClearResult) {
//                News.error("堆垛机命令区清空失败 ===>> [id:{}]", command.getCrnNo());
//                response.setMessage("堆垛机命令区清空失败");
//                return response;
//            }
            short[] array = new short[9];
            array[0] = command.getAckFinish().shortValue();