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