【改进】产品分页
This commit is contained in:
@@ -19,7 +19,7 @@ public class BizProductServiceImpl extends ServiceImpl<BizProductMapper, BizProd
|
||||
|
||||
@Override
|
||||
public Page<BizProduct> page(ProductPageRequest productPageRequest) {
|
||||
Page<BizProduct> page = PageContext.getDefaultPage(BizProduct.class);
|
||||
Page<BizProduct> page = PageContext.getPage(BizProduct.class);
|
||||
return bizProductMapper.page(page, productPageRequest);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user