Merge branch 'develop' into adiDev
This commit is contained in:
commit
bd1d275d9c
1 changed files with 3 additions and 2 deletions
|
|
@ -6890,12 +6890,13 @@ export class ReportController extends Controller {
|
|||
qb.orWhere({
|
||||
salaryOrgId: In(salaryOrgs.map((x) => x.id)),
|
||||
amountSpecial: MoreThan(0),
|
||||
type: Not("NONE"),
|
||||
status: "PENDING",
|
||||
}).orWhere({
|
||||
})/*.orWhere({
|
||||
salaryOrgId: In(salaryOrgs.map((x) => x.id)),
|
||||
type: "NONE",
|
||||
status: "PENDING",
|
||||
});
|
||||
});*/
|
||||
}),
|
||||
)
|
||||
.andWhere(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue