Commit b89fd157 by huluobin

Merge branch 'master' into 4.1

parents 3a3ca84b f3214c0b
......@@ -26,7 +26,7 @@ public class MallProductServiceImpl extends ServiceImpl<MallProductMapper, MallP
@Override
public IPage<MallProduct> queryPageProduct(ProductQuery qry) {
IPage<MallProduct> productIPage = new Page<>();
IPage<MallProduct> productIPage = new Page<>(qry.getPageNum(), qry.getPageSize());
return mallProductMapper.queryPageProduct(productIPage, qry);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment