成功开店代码改造

This commit is contained in:
shuo.wang
2025-07-02 18:34:04 +08:00
parent 04a29c03cc
commit 285cec6bc7
4 changed files with 7 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ public class StoreServiceImpl implements StoreService {
}
}
PageHelper.startPage(pageNum,pageSize);
List<MiniShopsResponse> list = storeDao.getSubStoreByRegionIdsAndMobile(regionIds,mobile);
List<MiniShopsResponse> list = storeDao.getSubStoreByRegionIdsAndMobile(regionIds,mobile,storeName);
return new PageInfo<>(list);
}