fix duplicate salary list
This commit is contained in:
parent
d2426ca6e4
commit
b26cbad5ee
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