分页值

This commit is contained in:
2025-10-15 15:48:38 +08:00
parent 7d28f42fba
commit 95f3e11250
3 changed files with 21 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ public class AShopUserServiceImpl implements AShopUserService {
@Override
public Page<ShopUser> getPushEventUser(SmsPushEventUser smsPushEventUser) {
PageHelper.startPage(PageUtil.buildPage());
PageHelper.startPage(new Page<>(smsPushEventUser.getPage(), smsPushEventUser.getSize()));
Long mainShopId = shopInfoService.getMainIdByShopId(smsPushEventUser.getShopId());
// 调用Mapper层查询
return shopUserMapper.selectPushEventUser(