Compare commits
2 Commits
e62b8d1632
...
24a0373ca0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24a0373ca0 | ||
|
|
2bc910a48c |
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user