Commit 92020da2 by songyinghui

feat: 分页参数 当前页返回给前段

parent 89c68ea4
......@@ -151,6 +151,8 @@ public class ContentMaterialController {
return contentMaterialInfoVO;
}).collect(Collectors.toList());
result.setResult(contentMaterialInfos);
result.setCurrentPage(contentMaterialQO.getPageNum());
result.setPageSize(contentMaterialQO.getPageSize());
return RestResponse.successResult(result);
}
......
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