From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 24 十月 2022 13:48:24 +0800 Subject: [PATCH] #feat 修改别名 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 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..ff8ff8a 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); /** * 后台获取专家列表 @@ -23,7 +23,7 @@ * @param size * @return 处理结果 * */ - R expertPage(String keyWord, Integer page, Integer size, LoginUserInfoVO loginUserInfo); + R expertPage(String keyWord, Integer page, Integer size, LoginUserInfoVO loginUserInfo,Integer level); /** * 专家风采列表 @@ -35,4 +35,24 @@ * 专家级别与单位范围 * */ R expertRange(LoginUserInfoVO loginUserInfo); + + /** + * 小程序获取专家列表 + * */ + R selectExpertList(Integer type,Long id,Long cid); + + /** + * 专家风采列表 + * */ + R expertShowList(Integer level, Long id); + + /** + * Excel添加专家 + * */ + void insertExpert(ComSanshuoExpert comSanshuoExpert); + + /** + * 新增专家后台列表 + * */ + R backstageList(Integer level,LoginUserInfoVO loginUserInfoVO,Integer page,Integer size); } -- Gitblit v1.7.1