| src/main/java/com/zy/core/plugin/GslProcess.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);