Commit 8786c1e1 by songyinghui

Merge branch 'xgh_内容中台' into developer

parents 6147e038 92020da2
......@@ -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