Commit 58950107 by 田超

Merge branch 'fixbug/1004198' into 'master'

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

See merge request rays/pcloud-book!1159
parents b69e0a33 1bb5e578
......@@ -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