src/main/java/com/zy/core/plugin/GslProcess.java
@@ -136,7 +136,7 @@ //启动入库,删除条码站退回限制 Integer backStationId = entity.getBarcodeStation().getStationId(); String lockKey = RedisKeyType.GENERATE_STATION_BACK_LIMIT.key + stationProtocol.getStationId(); String lockKey = RedisKeyType.GENERATE_STATION_BACK_LIMIT.key + backStationId; redisUtil.del(lockKey); StationCommand command = stationThread.getCommand(StationCommandType.MOVE, commonService.getWorkNo(WrkIoType.ENABLE_IN.id), stationId, backStationId, 0);