|
@@ -551,8 +551,8 @@
|
|
|
t.first_pass_audit_time_ desc,
|
|
|
</when>
|
|
|
<otherwise>
|
|
|
- <if test="param.myself == null or param.myself == false ">
|
|
|
- t.top_flag_ desc, t.sort_number_ desc, t.favorite_count_ desc,
|
|
|
+ <if test="param.myself != null or param.myself == true ">
|
|
|
+ t.cbs_music_sheet_id_ desc,
|
|
|
</if>
|
|
|
</otherwise>
|
|
|
</choose>
|