|
|
@ -52,7 +52,8 @@
|
|
|
|
<if test="enterpriseName != null and enterpriseName != ''">and enterprise_name like concat('%',
|
|
|
|
<if test="enterpriseName != null and enterpriseName != ''">and enterprise_name like concat('%',
|
|
|
|
#{enterpriseName}, '%')
|
|
|
|
#{enterpriseName}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="district != null and district != ''">and district = #{district}</if>
|
|
|
|
<if test="district != null and district != ''">and district like concat('%',
|
|
|
|
|
|
|
|
#{district}, '%')</if>
|
|
|
|
<if test="supervisionLarge != null and supervisionLarge != ''">and SUPERVISION_LARGE =
|
|
|
|
<if test="supervisionLarge != null and supervisionLarge != ''">and SUPERVISION_LARGE =
|
|
|
|
#{supervisionLarge}
|
|
|
|
#{supervisionLarge}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|