Game用户汇总按照倒序排序
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
and game_id = #{gameId}
|
and game_id = #{gameId}
|
||||||
</if>
|
</if>
|
||||||
group by statDate,gr.uid,gr.game_id
|
group by statDate,gr.uid,gr.game_id
|
||||||
|
order by statDate desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">
|
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
and game_id = #{gameId}
|
and game_id = #{gameId}
|
||||||
</if>
|
</if>
|
||||||
group by statDate,gr.uid,gr.game_id
|
group by statDate,gr.uid,gr.game_id
|
||||||
|
order by statDate desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">
|
<select id="userTotalStat" resultType="com.accompany.sharding.vo.GameUserDataDetailVo">
|
||||||
|
Reference in New Issue
Block a user