Commit 883335a3 authored by 黄奎's avatar 黄奎

页面修改

parent c302d513
...@@ -102,7 +102,7 @@ namespace Edu.Module.User ...@@ -102,7 +102,7 @@ namespace Edu.Module.User
Dictionary<string, object> fileds = new Dictionary<string, object>() Dictionary<string, object> fileds = new Dictionary<string, object>()
{ {
{nameof(RB_Account_ViewModel.OpenId),model.OpenId.Trim() }, {nameof(RB_Account_ViewModel.OpenId),model.OpenId.Trim() },
{nameof(RB_Account_ViewModel.UnionId),model.UnionId.Trim() } {nameof(RB_Account_ViewModel.UnionId),model.UnionId.Trim() }
}; };
flag = accountRepository.Update(fileds, new WhereHelper(nameof(RB_Account_ViewModel.Id), model.Id)); flag = accountRepository.Update(fileds, new WhereHelper(nameof(RB_Account_ViewModel.Id), model.Id));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment