fixed error

This commit is contained in:
Warunee Tamkoo 2026-05-21 14:03:30 +07:00
parent 44793fbfbb
commit b7c80ea6d4
2 changed files with 2 additions and 2 deletions

View file

@ -543,7 +543,7 @@ export class KeycloakAttributeService {
.createQueryBuilder("p")
.where("p.keycloak IS NOT NULL")
.andWhere("p.keycloak != :empty", { empty: "" })
.andWhere({ "p.isDeleted": false })
.andWhere("p.isDelete = :isDelete", { isDelete: false })
.andWhere("p.lastUpdatedAt BETWEEN :start AND :end", {
start: startDate,
end: endDate,