fix struct-chart
This commit is contained in:
parent
38c3c3c560
commit
2c197f626d
1 changed files with 1 additions and 1 deletions
|
|
@ -5820,7 +5820,7 @@ export class OrganizationController extends Controller {
|
|||
type: 2,
|
||||
// heads:
|
||||
totalPositionCount: await this.posMasterRepository.count({
|
||||
where: { orgRevisionId: data.id },
|
||||
where: { orgChild1Id: data.id },
|
||||
}),
|
||||
totalPositionVacant:
|
||||
data.orgRevision.orgRevisionIsDraft == true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue