Commit 34c341aa by 王祖波

分页修复

parent f09fe87d
......@@ -262,8 +262,8 @@ public class ContentCreativeController {
}
result.setTotalCount(totalCount);
result.setResult(list);
result.setCurrentPage(page.getCurrentPage());
result.setPageSize(page.getPageSize());
result.setCurrentPage(auditMaterialQO.getPageNum());
result.setPageSize(auditMaterialQO.getPageSize());
if (!convs) {
List<Long> materialIdList = list.stream().map(ContentMaterialVO::getContentMaterialId).collect(Collectors.toList());
BasePageInfo pageInfo = new BasePageInfo();
......
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