From b2d178b267f0eaa12a3d1fd6da8928a9ef5d366b Mon Sep 17 00:00:00 2001 From: zhangtiansen <1292933220@qq.com> Date: 星期三, 19 十月 2022 22:56:34 +0800 Subject: [PATCH] update --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java | 9 +++++++-- 1 files changed, 7 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 f9727ed..ed500a3 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); /** * 专家风采列表 @@ -45,4 +45,9 @@ * 专家风采列表 * */ R expertShowList(Integer level, Long id); + + /** + * Excel添加专家 + * */ + void insertExpert(ComSanshuoExpert comSanshuoExpert); } -- Gitblit v1.7.1