查询所有

This commit is contained in:
2025-10-16 09:39:11 +08:00
parent 7e0be5f7db
commit 2deac81268
2 changed files with 23 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ public class AShopUserServiceImpl implements AShopUserService {
try {
Long mainShopId = shopInfoService.getMainIdByShopId(smsPushEventUser.getShopId());
PageHelper.startPage(smsPushEventUser.getPage(), smsPushEventUser.getSize());
smsPushEventUser.checkIsAll();
// 调用Mapper层查询
List<ShopUser> shopUsers = shopUserMapper.selectPushEventUser(mainShopId,
smsPushEventUser.getShopId(), smsPushEventUser);