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