Commit 8f344ff1 authored by liudong1993's avatar liudong1993

删除分销商

parent 3e2ac62c
...@@ -1596,8 +1596,7 @@ namespace Mall.Module.User ...@@ -1596,8 +1596,7 @@ namespace Mall.Module.User
foreach (var item in list) foreach (var item in list)
{ {
Dictionary<string, object> keyValues = new Dictionary<string, object>() { Dictionary<string, object> keyValues = new Dictionary<string, object>() {
{ nameof(RB_Distributor_Info.AuditStatus),3}, { nameof(RB_Distributor_Info.Status),1},
{ nameof(RB_Distributor_Info.Remark),remark},
{ nameof(RB_Distributor_Info.UpdateDate),DateTime.Now} { nameof(RB_Distributor_Info.UpdateDate),DateTime.Now}
}; };
List<WhereHelper> wheres = new List<WhereHelper>() { List<WhereHelper> wheres = new List<WhereHelper>() {
......
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