fix(service): 修改客户服务中的默认排序顺序 #76

Merged
zksu merged 1 commits from zksu/API:main into main 2026-01-30 08:49:04 +00:00
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';
}
// 主查询