Commit 489f4a45 authored by 吴春's avatar 吴春

提交代码

parent 1c5838e7
...@@ -63,7 +63,8 @@ namespace Mall.Module.Property ...@@ -63,7 +63,8 @@ namespace Mall.Module.Property
Dictionary<string, object> keyValues = new Dictionary<string, object>() { Dictionary<string, object> keyValues = new Dictionary<string, object>() {
{ nameof(RB_ERP_Authorize.Account),model.Account}, { nameof(RB_ERP_Authorize.Account),model.Account},
{ nameof(RB_ERP_Authorize.DomainName),model.DomainName}, { nameof(RB_ERP_Authorize.DomainName),model.DomainName},
{ nameof(RB_ERP_Authorize.UpdateDate),model.UpdateDate} { nameof(RB_ERP_Authorize.UpdateDate),model.UpdateDate},
{ nameof(RB_ERP_Authorize.MallUserId),model.MallUserId}
}; };
if (!string.IsNullOrWhiteSpace(model.Password)) if (!string.IsNullOrWhiteSpace(model.Password))
{ {
......
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