fix: more specific columns for sort
This commit is contained in:
parent
67916fca80
commit
cc0a263325
16 changed files with 17 additions and 17 deletions
|
@ -12,7 +12,7 @@ export default abstract class SalutationService {
|
|||
return await dataSource
|
||||
.getRepository(salutation)
|
||||
.createQueryBuilder("salutation")
|
||||
.orderBy("salutation", "ASC")
|
||||
.orderBy("salutation.salutation", "ASC")
|
||||
.getMany()
|
||||
.then((res) => {
|
||||
return res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue