src/main/java/com/zy/asrs/service/impl/AgvLocDetlServiceImpl.java
@@ -94,7 +94,7 @@ } public Page<AgvLocDetl> getStockStatis(Page<AgvLocDetl> page) { page.setRecords(baseMapper.getStockStatis(page.getCondition())); page.setRecords(baseMapper.getStockStatis1(page.getCondition())); page.setTotal(baseMapper.getStockStatisCount(page.getCondition())); return page; } @@ -166,4 +166,8 @@ wrapper.eq(column,condition); } } public AgvLocDetl selectByLocNo(String locNo){ return this.selectOne(new EntityWrapper<AgvLocDetl>().eq("loc_no",locNo)); } }