Commit 6857de0c by guojuxing

协作人查询

parent fde47325
......@@ -207,7 +207,7 @@
and (a.collaborator_name like concat('%', #{search}, '%') or a.phone like concat('%', #{search}, '%') or b.enterprise_name like concat('%', #{search}, '%') )
</if>
<if test="appId != null and appId != '' ">
and a.app_id in (#{appId})
and a.app_id in (${appId})
</if>
<if test="status != null">
and a.status = #{status}
......
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