Commit aec169af by guojuxing

协作人分页查询接口修改

parent e0194075
......@@ -191,7 +191,7 @@
from tab_sys_collaborator a
left join tab_enterprise b on a.collaboration_enterprise_id = b.enterprise_id
where enterprise_id = #{enterpriseId}
where a.enterprise_id = #{enterpriseId}
<if test="search != null and search != '' ">
and (a.collaborator_name like concat('%', search, '%') or a.phone like concat('%', search, '%') or b.enterprise_name like concat('%', search, '%') )
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment