standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/MaterialServiceImpl.java
@@ -47,7 +47,7 @@ //查询物料信息 @Override public List<Material> selectMaterialLimit(int pageSize, int countSize, int type) { public List<Map> selectMaterialLimit(int pageSize, int countSize, int type) { return materialMapper.selectMaterialLimit((pageSize - 1) * countSize,pageSize * countSize, type); }