| | |
| | | import vip.xiaonuo.core.factory.PageFactory; |
| | | import vip.xiaonuo.core.pojo.page.PageResult; |
| | | import vip.xiaonuo.core.util.PoiUtil; |
| | | import vip.xiaonuo.modular.blogStatistics.vo.BlogArchiveDetailVo; |
| | | import vip.xiaonuo.modular.blogarticle.entity.BlogArticle; |
| | | import vip.xiaonuo.modular.blogarticle.enums.BlogArticleExceptionEnum; |
| | | import vip.xiaonuo.modular.blogarticle.mapper.BlogArticleMapper; |
| | |
| | | |
| | | |
| | | @Override |
| | | public List searchMediaList(Map<String, Object> param) { |
| | | return this.baseMapper.searchMediaList(param); |
| | | public List searchList(Map<String, Object> param) { |
| | | return this.baseMapper.searchList(param); |
| | | } |
| | | |
| | | @Override |
| | | public long searchMediaListCount(Map<String, Object> param) { |
| | | return this.baseMapper.searchMediaListCount(param); |
| | | public long searchListCount(Map<String, Object> param) { |
| | | return this.baseMapper.searchListCount(param); |
| | | } |
| | | |
| | | @Override |
| | | public List<BlogArchiveDetailVo> searchMonthCount(Integer separateYear) { |
| | | return this.baseMapper.searchMonthCount(separateYear); |
| | | |
| | | } |
| | | } |