test parent
This commit is contained in:
parent
84ab5e79d6
commit
f97e643ac1
20 changed files with 155 additions and 264 deletions
|
|
@ -133,7 +133,7 @@ namespace BMA.EHR.Application.Repositories.Leaves.TimeAttendants
|
|||
else if (role == "PARENT")
|
||||
{
|
||||
data = data
|
||||
.Where(x => x.Child1DnaId == Guid.Parse(nodeId!))
|
||||
.Where(x => x.RootDnaId == Guid.Parse(nodeId!) && x.Child1DnaId != null)
|
||||
.ToList();
|
||||
}
|
||||
else if (role == "NORMAL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue