修改环境变量默认排序

This commit is contained in:
whyour 2022-10-27 00:02:50 +08:00
parent 4949457001
commit 0ca23cc4ca

View File

@ -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) {