fix api web services #62
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m9s
This commit is contained in:
parent
d33e818ce8
commit
41862b8dca
3 changed files with 18 additions and 8 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue