From d596ede216ec5e78c529b093b8f9e68663c36b68 Mon Sep 17 00:00:00 2001
From: 张天森 <1292933220@qq.com>
Date: 星期四, 17 十一月 2022 17:41:36 +0800
Subject: [PATCH] 三说会堂事件处理

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSanShuoExpertServiceImpl.java |    2 ++
 1 files changed, 2 insertions(+), 0 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 2950f3f..ec55a20 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
@@ -353,6 +353,8 @@
         QueryWrapper<ComSanshuoExpert> wrapper=new QueryWrapper<>();
         wrapper.eq("level",level);
         wrapper.eq("app_id",appId);
+        wrapper.eq("status",1 );
+        wrapper.eq("del_flag",1 );
         if (level.equals(2)){
             wrapper.eq("industry_center_id", id);
         }else if (level.equals(3)){

--
Gitblit v1.7.1