1
zhang
2026-04-16 6d85b73f340f7e1a977fbcef70e232ed2966deb9
zy-asc-conveyor/src/main/java/com/zy/acs/conveyor/core/operation/handler/AppleLocOperationHandler.java
@@ -88,14 +88,37 @@
                        News.error("{}:站点:{},无物", config.getMark(), staProtocol.getSiteId());
                        continue;
                    }
                    if (staProtocol.isWeightErr()) {
                        News.error("{}:站点:{},重量异常:{}", config.getMark(), staProtocol.getSiteId(), staProtocol.getWeight());
                        continue;
                    if (staProtocol.isErr()){
                        if (staProtocol.isFrontErr()) {
                            log.error("{}:站点:{},前超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if (staProtocol.isBackErr()) {
                            log.error("{}:站点:{},后超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isHighErr()) {
                            log.error("{}:站点:{},高超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isLeftErr()) {
                            log.error("{}:站点:{},左超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isRightErr()) {
                            log.error("{}:站点:{},右超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if (staProtocol.isWeightErr()) {
                            log.error("{}:站点:{},超重或", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isBarcodeErr()) {
                            log.error("{}:站点:{},扫码失败", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                    }
                    if (staProtocol.isBarcodeErr()) {
                        News.error("{}:站点:{},条码异常:{}", config.getMark(), staProtocol.getSiteId(), staProtocol.getBarcode());
                        continue;
                    }
                    if (staProtocol.isLoadErr()) {
                        News.error("{}:站点:{},入库时检测托盘上有无货物", config.getMark(), staProtocol.getSiteId());
                        continue;