#
LSH
2023-05-06 1bdb27f4508fd8a718e8f5a834b923667625f5bd
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -856,6 +856,11 @@
                continue;
            }
            // 入库深库位是否有非F、D库位进行校验
            if (wrkMastMapper.selectShallowLoc(Integer.parseInt(wrkMast.getLocNo().substring(0, 2)),Integer.parseInt(wrkMast.getLocNo().substring(2, 5)),Integer.parseInt(wrkMast.getLocNo().substring(5, 7)))!=null){
                continue;
            }
            //加强判断,只要存在移库任务,说明出库任务未完全结束,不执行入库任务
            WrkMast one = wrkMastMapper.selectLocMoveData(slave.getId());
            if(!Cools.isEmpty(one)){