|
|
@ -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
|
|
|
|