Commit f78cfc04 by 田超

Merge branch 'fixbug/1024197' into 'master'

bug: [1024197] 【uat环境】【小程序端】【 权益配置中社群支持直接选择对应出版社的编辑群】接口报错

See merge request rays/pcloud-book!779
parents 97bcd38f 577820a1
...@@ -62,8 +62,7 @@ ...@@ -62,8 +62,7 @@
b.book_group_classify_id AS classifyId, b.book_group_classify_id AS classifyId,
c.book_group_id bookGroupId, c.book_group_id bookGroupId,
c.price, c.price,
g.related_book_group_id relatedBookGroupId, g.related_book_group_id relatedBookGroupId
b.group_type as groupType
FROM FROM
applet_group_manage a applet_group_manage a
LEFT JOIN pcloud_group_activity b ON a.group_activity_id = b.id AND b.is_delete = 0 LEFT JOIN pcloud_group_activity b ON a.group_activity_id = b.id AND b.is_delete = 0
......
...@@ -120,8 +120,7 @@ ...@@ -120,8 +120,7 @@
c.id AS classifyId, c.id AS classifyId,
c.book_group_id AS bookGroupId, c.book_group_id AS bookGroupId,
d.related_book_group_id AS relatedBookGroupId, d.related_book_group_id AS relatedBookGroupId,
c.price AS price, c.price AS price
a.group_type as groupType
FROM FROM
pcloud_group_activity a pcloud_group_activity a
LEFT JOIN book_group_classify c ON a.book_group_classify_id = c.id AND c.is_delete = 0 LEFT JOIN book_group_classify c ON a.book_group_classify_id = c.id AND c.is_delete = 0
...@@ -191,6 +190,7 @@ ...@@ -191,6 +190,7 @@
book_group_classify c book_group_classify c
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id
LEFT JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0 LEFT JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0
where c.id IN
<foreach collection="list" item="item" open="(" close=")" separator=","> <foreach collection="list" item="item" open="(" close=")" separator=",">
${item} ${item}
</foreach> </foreach>
......
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