#
Junjie
1 天以前 8a4bd065579826eda6f7fa8fe165c83e02badcca
src/main/java/com/zy/core/utils/CrnOperateProcessUtils.java
@@ -813,8 +813,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")) {