Commit 02a6544f authored by hanfeng's avatar hanfeng

修改新闻系列接口

parent 98a91803
......@@ -58,7 +58,7 @@ public class ArticleController extends BaseController<ArticleBiz, Article> {
}
@PostMapping("/All")
@PostMapping("/all")
@ApiOperation(value = "获取新闻列表")
public ObjectRestResponse<Article> findAll(@RequestBody ArticleQuery query){
return ObjectRestResponse.succ(baseBiz.findAll(query));
......
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