附件没有下达公司问题处理
This commit is contained in:
parent
2396e310b6
commit
2bc910a48c
@ -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(() =>
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user