springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComEventServiceImpl.java
@@ -1014,8 +1014,9 @@ comEvent.setSpecialistId(expert.getId()); isExpertCheck=true; expertId=expert.getId(); level=expert.getLevel(); id=expert.getCommunityId(); // level=expert.getLevel(); // id=expert.getCommunityId(); comEvent.setCommunityId(expert.getCommunityId()); } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -195,6 +195,10 @@ #{id} </foreach> </if> <if test="comEvent.eventIds == null"> AND request_user_community=#{comEvent.communityId} </if> </if> <if test="comEvent.userType == 3"> AND center_id=#{comEvent.centerId}