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,10 +64,13 @@ 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(() =>
{ {
UpdateEntityNoCommit(entity); UpdateEntityNoCommit(entity);