Browse Source

曲目排序规则调整

zouxuan 5 months ago
parent
commit
c12dc0a7e8

+ 2 - 2
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -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>