springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoExpertApi.java
@@ -88,6 +88,7 @@ return comSanShuoExpertService.expertPage(keyWord,page,size,loginUserInfo,level); } /** * 删除 * */ @@ -126,9 +127,6 @@ public R expertShow(){ return comSanShuoExpertService.expertShow(); } /** @@ -175,6 +173,15 @@ return R.ok(); } /** * 后台获取专家列表 * */ @GetMapping("/backstageList2") public R backstageList(@RequestParam(value = "level",required = false)Integer level){ return comSanShuoExpertService.backstageList(level,getLoginUserInfo()); }