Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 58s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 58s
This commit is contained in:
commit
a66fac104a
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ export class OrganizationUnauthorizeController extends Controller {
|
|||
const [findPosMaster, total] = await AppDataSource.getRepository(viewPosMaster)
|
||||
.createQueryBuilder("viewPosMaster")
|
||||
.where({orgRevisionId: findRevision?.id})
|
||||
.andWhere({positionIsSelected: true})
|
||||
// .andWhere("viewPosMaster.rootId IN (:...rootIds)", { rootIds })
|
||||
.andWhere(
|
||||
new Brackets((qb) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue