|
|
|
|
@ -33,17 +33,17 @@ |
|
|
|
|
<if test="bsEpciuPatrolInspection.taskStatus!=null"> |
|
|
|
|
and n.TASK_STATUS = #{bsEpciuPatrolInspection.taskStatus} |
|
|
|
|
</if> |
|
|
|
|
<if test="bsEpciuPatrolInspection.insNum!=null"> |
|
|
|
|
and n.INS_NUM = #{bsEpciuPatrolInspection.insNum} |
|
|
|
|
<if test="bsEpciuPatrolInspection.insNum!=null and bsEpciuPatrolInspection.insNum!=''"> |
|
|
|
|
and n.INS_NUM like '%' || #{bsEpciuPatrolInspection.insNum} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="bsEpciuPatrolInspection.insSite!=null"> |
|
|
|
|
and n.INS_SITE = #{bsEpciuPatrolInspection.insSite} |
|
|
|
|
<if test="bsEpciuPatrolInspection.insSite!=null and bsEpciuPatrolInspection.insSite!=''"> |
|
|
|
|
and n.INS_SITE like '%' || #{bsEpciuPatrolInspection.insSite} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="bsEpciuPatrolInspection.insType!=null"> |
|
|
|
|
and n.INS_TYPE = #{bsEpciuPatrolInspection.insType} |
|
|
|
|
</if> |
|
|
|
|
<if test="bsEpciuPatrolInspection.insMan!=null"> |
|
|
|
|
and n.INS_MAN = #{bsEpciuPatrolInspection.insMan} |
|
|
|
|
<if test="bsEpciuPatrolInspection.insMan!=null and bsEpciuPatrolInspection.insMan!=''"> |
|
|
|
|
and n.INS_MAN like '%' || #{bsEpciuPatrolInspection.insMan} || '%' |
|
|
|
|
</if> |
|
|
|
|
<if test="bsEpciuPatrolInspection.insType!=null"> |
|
|
|
|
and n.INS_TYPE = #{bsEpciuPatrolInspection.insType} |
|
|
|
|
|