fix
This commit is contained in:
parent
3b067ef714
commit
59eec3d7b9
2 changed files with 31 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue