fixed: 后台线上课列表的默认排序

This commit is contained in:
none 2023-03-22 09:29:17 +08:00
parent 4a7d97d7c8
commit 11de12cb7c

View File

@ -107,7 +107,7 @@
ORDER BY `courses`.`created_at` DESC ORDER BY `courses`.`created_at` DESC
</when> </when>
<otherwise> <otherwise>
ORDER BY `courses`.`id` ASC ORDER BY `courses`.`id` DESC
</otherwise> </otherwise>
</choose> </choose>
</if> </if>