mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 10:24:27 +08:00
修复不能保存的BUG
This commit is contained in:
parent
860af2a0f9
commit
d66fd4b25e
@ -41,6 +41,8 @@ namespace OpenAuth.Domain.Service
|
|||||||
{
|
{
|
||||||
_unitWork.Update(model);
|
_unitWork.Update(model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_unitWork.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<ModuleElement> LoadByModuleId(string loginuser, int id)
|
public IEnumerable<ModuleElement> LoadByModuleId(string loginuser, int id)
|
||||||
|
Loading…
Reference in New Issue
Block a user