Compare commits

..

No commits in common. "24a0373ca05fd1661ea7e19bea84886d3c32cc19" and "e62b8d1632bd1458c54795b87409d1298476ab51" have entirely different histories.

View File

@ -64,12 +64,9 @@ namespace APT.PF.WebApiControllers.Api.PF
{ {
entity.END = entity.END.Value.Date.AddDays(1).AddSeconds(-1); entity.END = entity.END.Value.Date.AddDays(1).AddSeconds(-1);
} }
if (Nav_Orgs != null && Nav_Orgs.Any()) foreach (var item in Nav_Orgs)
{ {
foreach (var item in Nav_Orgs) item.Nav_OrgSub = null;
{
item.Nav_OrgSub = null;
}
} }
this.UnifiedCommit(() => this.UnifiedCommit(() =>
{ {