修改配置
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user