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); } }