mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-22 18:29:51 +08:00
fixed: 后台线上课列表的默认排序
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user