Commit 6c1dcca9 authored by 曲欣红's avatar 曲欣红

修改

parent 19bc0833
......@@ -209,7 +209,7 @@ public class ThemeTemplateConfController {
@ApiImplicitParam(paramType = "query", name = "limit", dataType = "long", required = false, value = "每页显示记录条数"),
})
@ResponseBody
@GetMapping("/getUserList")
@GetMapping("/getThemeList")
public Object query(String searchKey, Long index, Long limit){
logger.info("主题列表查询》》》searchKey: "+searchKey+", index: "+index+", limit: "+limit);
if(StringUtil.isEmpty(index)){
......
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