* Modify api lib sort, Fix bug #33899.

This commit is contained in:
caoyanyi
2023-04-13 11:22:14 +08:00
parent d69a0b7caf
commit 293a22158c
+1 -1
View File
@@ -54,7 +54,7 @@ class docModel extends model
->andWhere('project')->eq(0)
->andWhere('execution')->eq(0)
->fi()
->orderBy('`order`_asc, id_desc')
->orderBy('order_asc, id_asc')
->fetchAll('id');
$libs = array_filter($libs, array($this, 'checkPrivLib'));