|
|
@ -148,7 +148,7 @@ public class HighActivityController { |
|
|
|
param.put("userPhone", userPhone); |
|
|
|
param.put("userPhone", userPhone); |
|
|
|
param.put("awardName", awardName); |
|
|
|
param.put("awardName", awardName); |
|
|
|
|
|
|
|
|
|
|
|
PageHelper.startPage(pageSize,pageSize); |
|
|
|
PageHelper.startPage(pageNum,pageSize); |
|
|
|
return ResponseMsgUtil.success(new PageInfo<>(highActivityAwardUserService.getWinLotteryUserList(activityId, param))); |
|
|
|
return ResponseMsgUtil.success(new PageInfo<>(highActivityAwardUserService.getWinLotteryUserList(activityId, param))); |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|