Commit cafe32f6 authored by liqin's avatar liqin 💬

bug fixed

parent 017501b1
......@@ -281,6 +281,8 @@ public class ExhibitionBoardController extends BaseController {
ExhibitionBoard::getDeleted,
ExhibitionBoard::getVideoContentCopyrightOwnerId,
ExhibitionBoard::getExhibitionBoardCatId,
ExhibitionBoard::getBoardCopyrightOwnerId,
ExhibitionBoard::getVideoContentId,
ExhibitionBoard::getCreateTime,
ExhibitionBoard::getUpdateTime);
Page<ExhibitionBoard> page = this.exhibitionBoardService.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