fix report kp7/kk1
This commit is contained in:
parent
4056a2aa7f
commit
ccd544b8d5
2 changed files with 29 additions and 5 deletions
|
|
@ -126,6 +126,11 @@ export class ProfileController extends Controller {
|
|||
"current_holders.orgChild4",
|
||||
],
|
||||
where: { id: id },
|
||||
order: {
|
||||
profileSalary: {
|
||||
date: "DESC"
|
||||
}
|
||||
}
|
||||
});
|
||||
if (!profile) throw new HttpError(HttpStatus.NOT_FOUND, "ไม่พบข้อมูล");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue