| | |
| | | #{id} |
| | | </foreach> |
| | | </if> |
| | | <if test="comEvent.level != null and comEvent.level != ''"> |
| | | <if test="comEvent.searchId != null and comEvent.searchId != ''"> |
| | | <if test="comEvent.level == 1"> |
| | | AND type=4 |
| | | </if> |
| | | <if test="comEvent.level == 2"> |
| | | AND center_id=#{comEvent.searchId} AND current_process_type=1 |
| | | </if> |
| | | <if test="comEvent.level == 3"> |
| | | AND request_user_community in (select community_id from com_act where street_id=#{comEvent.searchId}) AND current_process_type=3 |
| | | </if> |
| | | <if test="comEvent.level == 4"> |
| | | AND request_user_community=#{comEvent.searchId} AND current_process_type=2 |
| | | </if> |
| | | </if> |
| | | </if> |
| | | </where> |
| | | </select> |
| | | <select id="dateAnalysis" resultType="com.panzhihua.common.model.vos.sanshuo.IndexDateVO"> |