فهرست منبع

feat:长三角比赛

Joburgess 4 سال پیش
والد
کامیت
10bc24cf04
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

@@ -169,7 +169,7 @@
 	</select>
 
 	<select id="getWinnerList" resultMap="StudentCompetition">
-		SELECT * FROM student_competition WHERE is_show_ = 1 AND prize_level_ &gt; 0
+		SELECT * FROM student_competition WHERE is_show_ = 1
 		ORDER BY ISNULL(prize_level_),prize_level_,ISNULL(score_),score_ DESC
 	</select>