Commit 403eea59 LN

NLM亮灯bug修改

1 个父辈 ffe0c4b6
......@@ -234,7 +234,7 @@ public class NLMShelfHandler extends BaseDeviceHandler {
if (currentStorage == null || !currentStorage.isNLMShelf()) {
return ResultBean.newErrorResult(1, "smfcore.shelf.nlm.notFound", "未找到移动料架{0}",new String[]{storageId});
}
StoragePos lastPutinPos = lastPutinPosMap.get(currentStorage.getId());
StoragePos lastPutinPos = lastPutinPosMap.get(currentStorage.getCid());
if (lastPutinPos != null) {
log.info("扫码时关闭上一个库位:" + lastPutinPos.getPosName());
opPosLight("close", currentStorage, lastPutinPos, "");
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!