md
This commit is contained in:
parent
7bf42dc31a
commit
3bbda5b804
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user