Commit 4000b1bb by erqian

Merge branch 'feature/1061371-Interactive-gatherings' into developer

parents 21d7e160 d46cb174
...@@ -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