Compare commits

...

2 Commits

Author SHA1 Message Date
wyw
24a0373ca0 Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-05-07 17:23:33 +08:00
wyw
2bc910a48c 附件没有下达公司问题处理 2026-05-07 17:23:28 +08:00

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