This commit is contained in:
何美荣 2026-05-07 18:04:44 +08:00
commit 666f138230

View File

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