fix: 商品列表超限不返回数量修复
This commit is contained in:
@@ -122,6 +122,7 @@ public class ProductService {
|
||||
|
||||
public Result queryNewCommodityInfo(String shopId, String categoryId, String commdityName, String tableId, int page, int pageSize, String masterId) {
|
||||
List<TbProduct> tbProductWithBLOBs=null;
|
||||
|
||||
PageHelperUtil.startPage(page,pageSize);
|
||||
if(ObjectUtil.isEmpty(categoryId)){
|
||||
tbProductWithBLOBs=tbProductMapper.selectByShopIdAndCheckGrounding(shopId,commdityName);
|
||||
|
||||
Reference in New Issue
Block a user