no message
This commit is contained in:
parent
c285b4dd72
commit
fb6e71c60c
4 changed files with 42 additions and 8 deletions
|
|
@ -62,6 +62,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
var ocData = _dbContext.Set<OrganizationEntity>()
|
||||
.Include(x => x.OrganizationOrganization)
|
||||
.Include(x => x.Parent)
|
||||
.Where(x => x.Parent != null)
|
||||
.Select(x => new
|
||||
{
|
||||
Id = x.Id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue