|
|
@ -563,7 +563,7 @@ |
|
|
|
having count(t2.groupName) <= 8 |
|
|
|
</select> |
|
|
|
<select id="queryCountScoreTeam" resultType="com.ccsens.mt.bean.vo.ScoreVo$CountScorePublicity"> |
|
|
|
select t1.*, count(*) + 1 as rangee from |
|
|
|
select t1.*, count(*) as rangee from |
|
|
|
(SELECT |
|
|
|
CONCAT( |
|
|
|
CASE team.group_remark WHEN 1 THEN '小学' WHEN 2 THEN '中学' WHEN 3 THEN '高职院校' WHEN 4 THEN '本科院校' ELSE '俱乐部'END, |
|
|
|