fix เงื่อนไขส่งคนออกคำสั่งได้รับค่าตอบแทนพิเศษ

This commit is contained in:
Bright 2024-12-25 18:22:40 +07:00
parent a20cdef11e
commit 7020908d66

View file

@ -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(