no message
This commit is contained in:
parent
9020e5036b
commit
4aa3c979b8
3 changed files with 7 additions and 7 deletions
|
|
@ -305,7 +305,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
// ],
|
||||
relations: ["currentSubDistrict", "currentDistrict", "currentProvince", "profileAvatars"],
|
||||
order: {
|
||||
profileAvatars: { createdAt: "DESC" },
|
||||
profileAvatars: { createdAt: "ASC" },
|
||||
},
|
||||
where: { id: id },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue