| | |
| | | <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!=''" > |
| | |
| | | #{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!=''" > |