Junjie
23 小时以前 03c3ae747f82ad22c761c79e7b1c0e0031c57d41
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;
    }
}