获取营销推送任务用户列表失败 问题2
This commit is contained in:
parent
5bd4fd8091
commit
8bb97188ab
|
|
@ -99,8 +99,8 @@ public class AShopUserServiceImpl implements AShopUserService {
|
|||
@Override
|
||||
public Page<ShopUser> getPushEventUser(SmsPushEventUser smsPushEventUser) {
|
||||
try {
|
||||
PageHelper.startPage(smsPushEventUser.getPage(), smsPushEventUser.getSize());
|
||||
Long mainShopId = shopInfoService.getMainIdByShopId(smsPushEventUser.getShopId());
|
||||
PageHelper.startPage(smsPushEventUser.getPage(), smsPushEventUser.getSize());
|
||||
// 调用Mapper层查询
|
||||
List<ShopUser> shopUsers = shopUserMapper.selectPushEventUser(mainShopId,
|
||||
smsPushEventUser.getShopId(), smsPushEventUser);
|
||||
|
|
|
|||
Loading…
Reference in New Issue