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)){