Joburgess преди 4 години
родител
ревизия
6dfe7fe6f4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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">