fix api web services #62
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s

This commit is contained in:
harid 2026-06-19 18:13:03 +07:00
parent d33e818ce8
commit 41862b8dca
3 changed files with 18 additions and 8 deletions

View file

@ -7162,6 +7162,7 @@ export class ProfileController extends Controller {
: `profile.isLeave IS TRUE`
: "1=1",
)
.andWhere("profile.isActive IS TRUE AND profile.isDelete IS FALSE")
.andWhere(nodeCondition, { nodeId: nodeId })
.andWhere(
new Brackets((qb) => {