Commit 81585fff authored by 刘基明's avatar 刘基明

Merge branch 'v2.2.9' into dev

parents 44efaff1 bc9b72f4
......@@ -45,8 +45,8 @@ public class SearchController {
}
// 用户+内容全文搜索
@ApiOperation("全文搜索主题")
@PostMapping(value = "/themeFullTextAndUser")
@ApiOperation("综合搜索")
@PostMapping(value = "/muLtipuleSearch")
@ResponseBody
public CommonResp<ThemeAndUserSearchResp> themeFullTextAndUserSearch(@RequestBody ThemeFullSearchReq req) {
ThemeFullSearchResp themeFullSearch = themeManager.themeFullSearch(req.keyword, req.page.pageNumber, req.page.pageSize, req.ident, userHolder.getUserId());
......
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