Commit 2dc938d6 by 阮思源

修改bug

parent f86996b3
......@@ -1006,7 +1006,7 @@
<select id="listClassifyCountInfo" parameterType="map" resultType="com.pcloud.book.group.dto.SelfBookGroupStDTO">
SELECT
t.book_group_id bookGroupId,
COUNT(t.id) classifyCount,
COUNT(DISTINCT t.id) classifyCount,
IFNULL(SUM(t1.user_number),0) preInGroupPeopleCount
FROM
book_group_classify t
......
......@@ -110,6 +110,7 @@
t.book_group_id bookGroupId,
t.serve_id serveId,
t.serve_type serveType,
t.create_user createUser,
0 AS classifyId,
4 AS originType
FROM
......
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