Commit 4bd56ef8 by jianan

【ydlife】-【客户管理】-2

parent 463c67f9
......@@ -943,14 +943,14 @@
c.birth_date
from
(select distinct t.customer_id,
from ag_acl_policyholder
from ag_acl_policyholder t
where 1 = 1
and t.type = 2
and t.order_id in
<foreach close=")" collection="list" index="index" item="item" open="(" separator=",">
#{item.orderId}
</foreach>
)t left join ag_acl_customer c on t.customer_id = c.id
) h left join ag_acl_customer c on h.customer_id = c.id
</select>
<select id="queryInsuredListByHolderCustomerId" resultMap="customerHolder">
......
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