From f203dfb0f0ecd7e01313f56db16b99160df0bd19 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期四, 20 十月 2022 12:34:19 +0800
Subject: [PATCH] update
---
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComSanShuoExpertService.java | 14 ++++++++++++--
1 files changed, 12 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..92e06b8 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,14 @@
* 专家风采列表
* */
R expertShowList(Integer level, Long id);
+
+ /**
+ * Excel添加专家
+ * */
+ void insertExpert(ComSanshuoExpert comSanshuoExpert);
+
+ /**
+ * 新增专家后台列表
+ * */
+ R backstageList(Integer level,LoginUserInfoVO loginUserInfoVO);
}
--
Gitblit v1.7.1