提交代码

dev-discount
胡锐 3 years ago
parent bafbfbca01
commit 2a961169b2
  1. 2
      hai-bweb/src/main/java/com/bweb/controller/HighActivityController.java

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

Loading…
Cancel
Save