This commit is contained in:
AdisakKanthawilang 2025-06-25 15:22:03 +07:00
parent 3b067ef714
commit 59eec3d7b9
2 changed files with 31 additions and 9 deletions

View file

@ -7798,6 +7798,7 @@ export class ReportController extends Controller {
}),
)
.andWhere("salaryProfile.status35 = :status", { status: "PENDING" })
.andWhere("salaryProfile.isRetired = :isRetired", { isRetired: true})
.select([
"salaryProfile.id",
"salaryProfile.orgShortName",