Junjie
2 天以前 eeca5bc061d3f74e76658a5ae339fa9e5eff0d57
src/main/java/com/zy/core/plugin/GslProcess.java
@@ -207,7 +207,7 @@
        stationCommandDispatcher.dispatch(basDevp.getDevpNo(), command, "gsl-process", "station-back");
        News.taskInfo(stationProtocol.getTaskNo(), "{}扫码异常,已退回至{}", backStation.getStationId());
        redisUtil.set(RedisKeyType.GENERATE_STATION_BACK_LIMIT.key + stationProtocol.getStationId(), "lock", 10);
        return true;
        return false;
    }
}