| | |
| | | </if> |
| | | <!-- 场所店铺 --> |
| | | <if test="task.reportType != null and task.reportType == 2 "> |
| | | and jt.report_type in (2,3,4,5,6) |
| | | and jt.report_type in (2,3,4,5,6,7) |
| | | </if> |
| | | <if test="task.reportType == null"> |
| | | and jt.report_type in (2,3,4,5,6) |
| | | and jt.report_type in (2,3,4,5,6,7) |
| | | </if> |
| | | and jt.is_deleted = 0 |
| | | and jt.house_code is not null |
| | |
| | | </if> |
| | | <!-- 场所店铺 --> |
| | | <if test="reportType != null and reportType == 2 "> |
| | | and jt.report_type in (2,3,4,5,6) |
| | | and jt.report_type in (2,3,4,5,6,7) |
| | | </if> |
| | | |
| | | <if test="name != null and name != ''"> |
| | |
| | | </if> |
| | | |
| | | <if test="task.reportType == null or task.reportType == ''"> |
| | | AND jt.report_type in (2,3,6) |
| | | AND jt.report_type in (2,3,6,7) |
| | | </if> |
| | | <if test="task.userId != null and task.userId != ''"> |
| | | AND jc.res_police_user_id like concat('%',#{task.userId},'%') |