fix: 商品列表超限不返回数量修复

This commit is contained in:
张松
2024-12-16 09:52:32 +08:00
parent 1212fc1cc0
commit 89e202fa15

View File

@@ -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);