Commit 6f124ae9 by 吴博

Merge branch 'fixbug/1024240' into 'master'

bug: [1024240] 权益页面接口报错

See merge request rays/pcloud-book!784
parents 0543711f 136aa7d3
...@@ -175,10 +175,9 @@ ...@@ -175,10 +175,9 @@
SELECT SELECT
c.id, c.id,
a.id groupActivityId, a.id groupActivityId,
a.`name`,
c.classify_introduce AS `desc`, c.classify_introduce AS `desc`,
a.join_type AS joinType, a.join_type AS joinType,
c.classify AS groupName, c.classify AS name,
b.user_number userNumber, b.user_number userNumber,
c.id classifyId, c.id classifyId,
c.book_group_id bookGroupId, c.book_group_id bookGroupId,
......
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