Merge branch 'develop'

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-12-25 23:40:20 +07:00
commit d0210fee2d

View file

@ -6890,12 +6890,13 @@ export class ReportController extends Controller {
qb.orWhere({ qb.orWhere({
salaryOrgId: In(salaryOrgs.map((x) => x.id)), salaryOrgId: In(salaryOrgs.map((x) => x.id)),
amountSpecial: MoreThan(0), amountSpecial: MoreThan(0),
type: Not("NONE"),
status: "PENDING", status: "PENDING",
}).orWhere({ })/*.orWhere({
salaryOrgId: In(salaryOrgs.map((x) => x.id)), salaryOrgId: In(salaryOrgs.map((x) => x.id)),
type: "NONE", type: "NONE",
status: "PENDING", status: "PENDING",
}); });*/
}), }),
) )
.andWhere( .andWhere(