@@ -22,7 +22,7 @@ module.exports = app => {
}
async getSafeGcl () {
- return await this.getAllDataByCondition({ where: { sub_type: 1 } });
+ return await this.getAllDataByCondition({ where: { sub_type: 1 }, orders: [['remark', 'asc']] });