Browse Source
- 在CmsArticleController中新增getByCode接口,支持通过文章编号查询文章- 在CmsArticle实体类中添加code字段,用于存储文章编号 - 在CmsArticleMapper.xml中添加code字段的查询条件支持 - 在CmsArticleParam参数类中添加code字段及查询注解 - 在CmsArticleService接口及实现类中添加getByIdCode方法 - 优化CmsAdServiceImpl中的默认排序规则,优先按sort_number排序dev
7 changed files with 29 additions and 6 deletions
Loading…
Reference in new issue