cpT
2025-06-28 eb309a4d81a3b4ca666a403e4f8dfd8ecaec609a
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1423,7 +1423,7 @@
                                        (int) crnProtocol.getAlarm(),    // 异常码
                                        errName,    // 异常
                                        1,    // 异常情况
                                        now,    // 添加时间
                                        taskWrk.getCreateTime(),    // 任务时间(接收时间)
                                        null,    // 添加人员
                                        now,    // 修改时间
                                        null,    // 修改人员
@@ -1690,7 +1690,10 @@
            if (taskWrk != null) {
                Integer stano = staProtocol.getStaNo();
                if (staProtocol.getSiteId() == 1004 || staProtocol.getSiteId()==1020){
                    // 判断是否满足取货条件
                    if (!staProtocol.isLoading()) {
                        return null;
                    }
                    // 尺寸检测异常
                    boolean back = false;
                    String errMsg = "-";