@@ -264,7 +264,7 @@
<if test="startTime != null and startTime != ''">
AND (mcr.create_time_ BETWEEN #{startTime} AND #{endTime} OR mcr.id_ IS NULL)
</if>
- GROUP BY mcr.user_id_
+ GROUP BY s.user_id_
ORDER BY total_play_time_ DESC
<include refid="global.limit"/>
</select>