Commit 2ae5a6af authored by liudong1993's avatar liudong1993
parents e1491841 489f4a45
...@@ -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