| | |
| | | LEFT JOIN jczz_police_affairs_grid jpag on jpar.jw_grid_code= jpag.jw_grid_code and jpag.is_deleted = 0 |
| | | LEFT JOIN blade_region br on br.code = jpag.community_code |
| | | <where> |
| | | <if test="vo.status != null "> |
| | | <if test="vo.status != null"> |
| | | and jpar.status = #{vo.status} |
| | | </if> |
| | | <if test="vo.alarmDescribe != null and vo.alarmDescribe != ''"> |
| | |
| | | <otherwise> |
| | | and |
| | | ( |
| | | jg.grid_code in ('') or jpag.community_code in in ('') |
| | | jg.grid_code in ('') or jpag.community_code in ('') |
| | | ) |
| | | </otherwise> |
| | | </choose> |
| | | </otherwise> |
| | | </choose> |
| | | </if> |
| | | and is_deleted = 0 |
| | | and jpar.is_deleted = 0 |
| | | </where> |
| | | </select> |
| | | |