| | |
| | | AND event_process_status not in (9) |
| | | AND app_id='wx0cef797390444b75' |
| | | <if test="dto.type == 2"> |
| | | AND current_process_type=1 |
| | | AND current_process_type in (1,5) |
| | | AND center_id is not null |
| | | <if test="dto.id != null"> |
| | | AND center_id=#{dto.id} |
| | | </if> |
| | |
| | | </if> |
| | | <if test="dto.type == 4"> |
| | | AND current_process_type in(2,5) |
| | | AND center_id is null |
| | | <if test="dto.id != null"> |
| | | AND request_user_community=#{dto.id} |
| | | </if> |
| | |
| | | AND is_end=1 |
| | | AND app_id='wx0cef797390444b75' |
| | | <if test="dto.type == 2"> |
| | | AND current_process_type=1 |
| | | AND current_process_type in (1,5) |
| | | AND center_id is not null |
| | | <if test="dto.id != null"> |
| | | AND center_id=#{dto.id} |
| | | </if> |
| | |
| | | </if> |
| | | <if test="dto.type == 4"> |
| | | AND current_process_type in(2,5) |
| | | AND center_id is null |
| | | <if test="dto.id != null"> |
| | | AND request_user_community=#{dto.id} |
| | | </if> |