This commit is contained in:
yubaolee
2016-09-07 18:57:58 +08:00
parent c8dec703a7
commit 7aff8036ef
5 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenAuth.App
public void Update(ApplyTransitionHistory historyItem)
{
_repository.Update(historyItem);
_repository.Update(u =>u.Id, historyItem);
}
public void DeleteByProcess(Guid processId)