Bladeren bron

feat:长三角比赛

Joburgess 4 jaren geleden
bovenliggende
commit
6dfe7fe6f4
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentCompetitionMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentCompetitionMapper.xml

@@ -170,7 +170,7 @@
 
 	<select id="getWinnerList" resultMap="StudentCompetition">
 		SELECT * FROM student_competition WHERE is_show_ = 1
-		ORDER BY ISNULL(prize_level_),prize_level_,ISNULL(score_),score_ DESC
+		ORDER BY ISNULL(score_),score_ DESC
 	</select>
 
 	<select id="getCompetitionWithUser" resultMap="StudentCompetition">