check bugs

This commit is contained in:
yubaolee@163.com
2018-05-07 14:47:16 +08:00
parent 37a371a138
commit ebf037f518
5 changed files with 170 additions and 154 deletions

View File

@@ -436,7 +436,7 @@ namespace OpenAuth.App
public void Update(FlowInstance flowScheme)
{
Repository.Update(u => u.Id == flowScheme.Id, u => new FlowInstance());
Repository.Update(flowScheme);
}
public TableData Load(QueryFlowInstanceListReq request)