From 2dff7f26adc08af4fcf0b77ff0ddda99d75c77c4 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期五, 18 十一月 2022 15:21:25 +0800 Subject: [PATCH] #feat 修改库存 --- 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..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); /** * 专家风采列表 @@ -45,4 +45,14 @@ * 专家风采列表 * */ 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