Commit d46cb174 by erqian

fix: 互动集会接口修改

parent 7a22d9f2
...@@ -51,7 +51,7 @@ public class GatheringActivityController { ...@@ -51,7 +51,7 @@ public class GatheringActivityController {
if (pageNum != null) { if (pageNum != null) {
pageQo.setPageNum(pageNum); pageQo.setPageNum(pageNum);
} }
ServiceResponse<PageResult<GatheringActivityMemberIdActivityRecordDTO>> serviceResponse = activityApiService.getActivityRecordByMemberId(memberId, pageQo); ServiceResponse<PageResult<GatheringActivityMemberIdActivityRecordDTO>> serviceResponse = activityApiService.getActivityRecordByMemberId(memberId, pageSize, pageNum);
if (!serviceResponse.isSuccess()) { if (!serviceResponse.isSuccess()) {
return RestResponse.failure(serviceResponse.getCode(), serviceResponse.getMessage()); return RestResponse.failure(serviceResponse.getCode(), serviceResponse.getMessage());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment