瀏覽代碼

学生端曲目分页展示 按照后台配置的顺序显示

haonan 1 年之前
父節點
當前提交
27706a0ba0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumMusicMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumMusicMapper.xml

@@ -70,7 +70,7 @@
               and  t.tenant_album_id_ = #{albumId}
             </if>
         </where>
-
+        order by t.sort_number_ asc
 
     </select>