自动化立体仓库 - WMS系统
#
Junjie
9 天以前 3c4013953d4d9ebf0162ccea06b42df375c79e61
src/main/java/com/zy/asrs/service/impl/MatServiceImpl.java
@@ -33,6 +33,11 @@
    }
    @Override
    public Mat selectNewUpdateTime() {
        return this.baseMapper.selectNewUpdateTime();
    }
    @Override
    public Page<Mat> getMatTurnPage(Page<Mat> page){
        page.setRecords(baseMapper.getMatTurnPage(page.getCondition()));
//        page.setTotal(baseMapper.getStockOutPageCount(page.getCondition()));