#
Junjie
2 天以前 b2485b33216052f512d0a61d73dd856da0387cd7
src/main/java/com/zy/core/plugin/GslProcess.java
@@ -195,7 +195,11 @@
        }
        if (stationProtocol.getError() <= 0) {
            return true;
            return true;//站点无故障
        }
        if (!stationProtocol.isInBarcodeError()) {
            return true;//站点无异常
        }
        Object lock = redisUtil.get(RedisKeyType.GENERATE_STATION_BACK_LIMIT.key + stationProtocol.getStationId());