Commit 1bb5e578 by 郑江涛

fixbug:[1004198] 修复平台端购书申请空白数据与小程序获取默认地址

parent b69e0a33
......@@ -1195,7 +1195,7 @@
SELECT
DISTINCT t.wx_user_id
FROM
book_group_cipher_user t t left JOIN book_group bg on t.book_group_id=t.id
book_group_cipher_user t left JOIN book_group bg on t.book_group_id=t.id
where bg.agent_id in
<foreach collection="agentIds" open="(" close=")" item="item" separator=",">
#{item}
......
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