mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修改环境变量默认排序
This commit is contained in:
parent
4949457001
commit
0ca23cc4ca
|
@ -115,7 +115,7 @@ export default class EnvService {
|
|||
const result = await this.find(condition, [
|
||||
['status', 'ASC'],
|
||||
['position', 'DESC'],
|
||||
['createdAt', 'DESC'],
|
||||
['createdAt', 'ASC'],
|
||||
]);
|
||||
return result as any;
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user