diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index e654d63..5345fc7 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -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(