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