Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe
This commit is contained in:
commit
666f138230
@ -64,9 +64,12 @@ 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);
|
||||||
}
|
}
|
||||||
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(() =>
|
this.UnifiedCommit(() =>
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user