Commit b1bf05d3 by guojuxing

查询联合商户列表接口修改

parent 81030eb0
......@@ -266,7 +266,10 @@
where auth.delete_flag = 0
and auth.own_enterprise_id = #{ownEnterpriseId}
and detail.auth_status = #{authStatus}
<if test="authStatus != null">
and detail.auth_status = #{authStatus}
</if>
<if test="list != null and list.size() > 0">
and auth.union_enterprise_id in
<foreach collection="list" index="index" item="item" open="(" separator="," close=")">
......
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