自动化立体仓库 - WMS系统
zjj
2023-09-08 486065f75babd0e67b9101faa974ba634c00e72a
src/main/java/com/zy/asrs/service/impl/NodeServiceImpl.java
@@ -236,4 +236,9 @@
        List<String> list = this.baseMapper.getRommendLoc(locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd());
        return list;
    }
    @Override
    public int updateStockFreeze(String name, Integer status) {
        return this.baseMapper.updateStockFreeze(name, status);
    }
}