附件没有下达公司问题处理

This commit is contained in:
wyw 2026-05-07 17:23:28 +08:00
parent 2396e310b6
commit 2bc910a48c

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(() =>
{