This commit is contained in:
linfso 2024-04-27 09:16:33 +08:00
parent 7bf42dc31a
commit 3bbda5b804

View File

@ -88,7 +88,7 @@
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
<if test="searchValue != null and searchValue != ''"> and
<if test="searchValue != null and searchValue != ''">
and ( name like concat(#{name}, '%') or phone like concat(#{phone}, '%') or company like concat(#{company}, '%') )
</if>