Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
e657578ef1 |
|
|
@ -283,7 +283,7 @@ export class CustomerService {
|
||||||
orderByClause = `ORDER BY ${orderClauses.join(', ')}`;
|
orderByClause = `ORDER BY ${orderClauses.join(', ')}`;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
orderByClause = 'ORDER BY orders ASC, yoone_total DESC';
|
orderByClause = 'ORDER BY orders DESC, yoone_total DESC';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 主查询
|
// 主查询
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue