main #77

Open
zksu wants to merge 2 commits from zksu/API:main into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e657578ef1 - Show all commits

View File

@ -283,7 +283,7 @@ export class CustomerService {
orderByClause = `ORDER BY ${orderClauses.join(', ')}`;
}
} else {
orderByClause = 'ORDER BY orders ASC, yoone_total DESC';
orderByClause = 'ORDER BY orders DESC, yoone_total DESC';
}
// 主查询