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