This commit is contained in:
AdisakKanthawilang 2024-07-08 17:46:32 +07:00
parent b59bcc9163
commit 5c6abbe412
2 changed files with 5 additions and 1 deletions

View file

@ -2302,7 +2302,7 @@ export class ReportController extends Controller {
},
relations: ["salaryProfiles"],
});
const salaryProfileSpecial = await this.salaryProfileRepository.find({
relations: ["salaryOrg"],
where: {
@ -2322,6 +2322,7 @@ export class ReportController extends Controller {
"posMasterNo",
"amount",
"amountSpecial",
"remark",
],
order: {
salaryOrg: {