From c994fb1f284ba7f9a4bc3508a31a3ca9bdec0e2a Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期三, 16 十一月 2022 15:29:52 +0800
Subject: [PATCH] 三说会堂大屏统计修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
index b81ac2b..521c081 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java
@@ -349,9 +349,10 @@
      * 专家风采列表
      * */
     @Override
-    public R expertShowList(Integer level, Long id) {
+    public R expertShowList(Integer level, Long id,String appId) {
         QueryWrapper<ComSanshuoExpert> wrapper=new QueryWrapper<>();
-        wrapper.eq("level",level );
+        wrapper.eq("level",level);
+        wrapper.eq("app_id",appId);
         if (level.equals(2)){
             wrapper.eq("industry_center_id", id);
         }else if (level.equals(3)){

--
Gitblit v1.7.1