mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 03:44:57 +08:00
积分排名优化3
This commit is contained in:
@@ -257,7 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
AND t.competition_group =#{competitionGroup}
|
AND t.competition_group =#{competitionGroup}
|
||||||
</if>
|
</if>
|
||||||
GROUP BY t.competition_of_team_id
|
GROUP BY t.competition_of_team_id
|
||||||
ORDER BY sum(t.integral) desc
|
ORDER BY sum(t.integral) desc,sum(IFNULL(t.net_win_point,0)) desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getTodaySchedule" resultType="com.ruoyi.system.domain.vo.CompetitionTeamVsTeamVo">
|
<select id="getTodaySchedule" resultType="com.ruoyi.system.domain.vo.CompetitionTeamVsTeamVo">
|
||||||
select
|
select
|
||||||
|
|||||||
Reference in New Issue
Block a user