Commit 98c3fbb5 authored by jiawei's avatar jiawei

/videoContentCat/getPageList ==》》》修改视频分类里面的备注又不显示

parent 6383de33
......@@ -142,6 +142,7 @@ public class VideoContentCatController extends BaseController {
queryWrapper.select(
VideoContentCat::getId,
VideoContentCat::getName,
VideoContentCat::getRemarks,
VideoContentCat::getCreateTime,
VideoContentCat::getUpdateTime);
Page<VideoContentCat> page = this.videoContentCatService.page(getPage(), queryWrapper);
......
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