#
Junjie
3 天以前 9cc134c211a4e4c32fc1e7171bb5c43cf3c6a5b9
src/main/java/com/zy/core/utils/DualCrnOperateProcessUtils.java
@@ -805,8 +805,7 @@
        String shallowLocNo = Utils.getLocNo(shallowRow, Utils.getBay(locNo), Utils.getLev(locNo));
        LocMast shallowLocMast = locMastService.queryByLoc(shallowLocNo);
        if (shallowLocMast == null) {
            News.taskInfo(taskNo, "浅库位:{} 数据不存在", shallowLocNo);
            return false;
            return true;
        }
        if (shallowLocMast.getLocSts().equals("O")) {