From 7dd8057f19f9e4984d5150f34f14f0fdda64faed Mon Sep 17 00:00:00 2001 From: 张天森 <1292933220@qq.com> Date: 星期四, 13 十月 2022 19:59:22 +0800 Subject: [PATCH] 三说会堂事件操作权限处理 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java index c524ae3..6991cf2 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java @@ -14,7 +14,7 @@ * @param comSanshuoExpertDTO * @return 处理结果 * */ - R addExpert(ComSanshuoExpertDTO comSanshuoExpertDTO); + R addOrUpdateExpert(ComSanshuoExpertDTO comSanshuoExpertDTO); /** * 后台获取专家列表 @@ -35,4 +35,14 @@ * 专家级别与单位范围 * */ R expertRange(LoginUserInfoVO loginUserInfo); + + /** + * 小程序获取专家列表 + * */ + R selectExpertList(Integer type,Long id,Long cid); + + /** + * 专家风采列表 + * */ + R expertShowList(Integer level, Long id); } -- Gitblit v1.7.1