#
Administrator
2 天以前 cac48cc2262020446a91b45d89655f4e977decf1
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;
    }
}