123
zhang
9 天以前 0a37b816117828dfc216d00c17724900f4bb14e3
zy-asc-conveyor/src/main/java/com/zy/acs/conveyor/core/operation/handler/AppleLocOperationHandler.java
@@ -88,7 +88,7 @@
                        News.error("{}:站点:{},无物", config.getMark(), staProtocol.getSiteId());
                        continue;
                    }
                    if (staProtocol.isErr()){
                    if (staProtocol.isErr()) {
                        if (staProtocol.isFrontErr()) {
                            News.error("{}:站点:{},前超限", config.getMark(), staProtocol.getSiteId());
                            continue;
@@ -97,15 +97,15 @@
                            News.error("{}:站点:{},后超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isHighErr()) {
                        if (staProtocol.isHighErr()) {
                            News.error("{}:站点:{},高超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isLeftErr()) {
                        if (staProtocol.isLeftErr()) {
                            News.error("{}:站点:{},左超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isRightErr()) {
                        if (staProtocol.isRightErr()) {
                            News.error("{}:站点:{},右超限", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
@@ -113,7 +113,7 @@
                            News.error("{}:站点:{},超重或", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }
                        if ( staProtocol.isBarcodeErr()) {
                        if (staProtocol.isBarcodeErr()) {
                            News.error("{}:站点:{},扫码失败", config.getMark(), staProtocol.getSiteId());
                            continue;
                        }