Commit 2bec894c authored by wzp's avatar wzp

修改bug

parent 92f34292
......@@ -252,6 +252,7 @@ public class LearningContentController extends BaseController {
LearningContent::getDeleted,
LearningContent::getSortorder,
LearningContent::getCreateTime,
LearningContent::getCreateType,
LearningContent::getUpdateTime);
Page<LearningContent> page = this.learningContentService.page(getPage(), queryWrapper);
for (LearningContent learningContent : page.getRecords()) {
......
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