Browse Source

20201124v1.5

tiaosheng
zy_Java 5 years ago
parent
commit
f36c5ccb0b
  1. 2
      mt/src/main/resources/mapper_dao/CompeteScoreDao.xml

2
mt/src/main/resources/mapper_dao/CompeteScoreDao.xml

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

Loading…
Cancel
Save