|
@@ -153,7 +153,7 @@
|
|
|
)
|
|
|
</if>
|
|
|
</where>
|
|
|
- ORDER BY countStudent DESC
|
|
|
+ ORDER BY g.top_flag_ desc,g.sort_number_ desc, countStudent DESC,g.id_ desc
|
|
|
</select>
|
|
|
<select id="selectStudentPage" resultType="com.yonge.cooleshow.biz.dal.vo.VideoLessonStudentDetailVo">
|
|
|
SELECT
|
|
@@ -317,7 +317,7 @@
|
|
|
AND s.id_ = #{param.lessonSubject}
|
|
|
</if>
|
|
|
</where>
|
|
|
- ORDER BY countStudent DESC
|
|
|
+ ORDER BY g.top_flag_ desc,g.sort_number_ desc, countStudent DESC,g.id_ desc
|
|
|
</select>
|
|
|
|
|
|
<select id="queryMyLessonGroup" resultType="com.yonge.cooleshow.biz.dal.vo.LessonGroupVo">
|