|
@@ -288,7 +288,7 @@
|
|
and #{param.auditVersion} = t.audit_version_
|
|
and #{param.auditVersion} = t.audit_version_
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- order by t2.num desc, t.id_ desc
|
|
|
|
|
|
+ order by t.sort_number_ desc, t2.num desc, t.id_ desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectMyMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
|
|
<select id="selectMyMusicPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
|