Game用户汇总按照倒序排序

This commit is contained in:
2025-07-23 15:12:06 +08:00
parent fc9bd24d6f
commit 36c7dac685
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
and game_id = #{gameId}
</if>
group by statDate,gr.uid,gr.game_id
order by statDate desc
</select>
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">

View File

@@ -28,6 +28,7 @@
and game_id = #{gameId}
</if>
group by statDate,gr.uid,gr.game_id
order by statDate desc
</select>
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">