lidongdong
2023-09-04 2550f8762cc7862badf2197a6b9b9a4e76cbc8f5
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -58,7 +58,7 @@
      <where>
         event_process_status !=9
         AND app_id=#{comEvent.appId}
         <if test="comEvent.communityId != null">
         <if test="comEvent.communityId != null and  comEvent.userType != 9">
            AND request_user_community=#{comEvent.communityId}
         </if>
         <if test="comEvent.keyword != null and comEvent.keyword!=''" >
@@ -135,7 +135,7 @@
               #{id}
            </foreach>
         </if>
         <if test="eventIds == null">
         <if test="eventIds == null and  comEvent.userType != 9">
            AND request_user_community=#{comEvent.communityId}
         </if>
         <if test="comEvent.keyword != null and comEvent.keyword!=''" >