修改配置

This commit is contained in:
2024-10-12 14:39:56 +08:00
parent 7999fbe76f
commit 2d5e601636
2 changed files with 5 additions and 6 deletions

View File

@@ -69,7 +69,6 @@ public class SysOaArticleServiceImpl implements ISysOaArticleService {
public TableDataInfo<SysOaArticleVo> selectArticlePageList(SysOaArticleBo bo, PageQuery pageQuery){
LambdaQueryWrapper<SysOaArticle> lqw = buildQueryWrapper(bo);
Page<SysOaArticleVo> articlePageList = baseMapper.selectArticlePageList(pageQuery.build(), lqw);
System.out.println(articlePageList);
return TableDataInfo.build(articlePageList);
}