|
|
@ -64,10 +64,10 @@ |
|
|
|
AND DATE_FORMAT( epidemic.CREATED_TIME, '%Y-%m-%d' ) BETWEEN #{startTime} AND #{endTime} |
|
|
|
</if> |
|
|
|
<if test="mobile != null and mobile != ''"> |
|
|
|
AND epidemic.MOBILE = #{mobile} |
|
|
|
AND epidemic.MOBILE like concat('%', #{mobile}, '%') |
|
|
|
</if> |
|
|
|
<if test="reporter != null and reporter != ''"> |
|
|
|
AND epidemic.REPORTER = #{reporter} |
|
|
|
AND epidemic.REPORTER like concat('%', #{reporter}, '%') |
|
|
|
</if> |
|
|
|
<if test="streetId != null and streetId != ''"> |
|
|
|
AND (find_in_set(#{streetId},epidemic.PARENT_DEPT_IDS) |
|
|
|