diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index ec573e8e..d13a9061 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -2611,11 +2611,11 @@ export class ProfileController extends Controller { const [lists, total] = await AppDataSource.getRepository(viewDirector) .createQueryBuilder("viewDirector") // .andWhere(condition) - // .andWhere( - // new Brackets((qb) => { - // qb.orWhere(condition).orWhere(conditionNow); - // }), - // ) + .andWhere( + new Brackets((qb) => { + qb.orWhere(condition).orWhere(conditionNow); + }), + ) .andWhere( new Brackets((qb) => { qb.orWhere(