zhangtao
laozt 1 year ago
parent 377385ac60
commit f50905c913

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

Loading…
Cancel
Save