Commit 9804d93a authored by 吴春's avatar 吴春

提交代码

parent d1f8bc07
...@@ -1592,10 +1592,7 @@ namespace Mall.Module.User ...@@ -1592,10 +1592,7 @@ namespace Mall.Module.User
} }
}; };
bool flag = distributor_InfoRepository.Update(keyValues, wheres, trans); bool flag = distributor_InfoRepository.Update(keyValues, wheres, trans);
if (flag)
{
new MiniProgramMsgModule().SendAuditResultMsg(item.TenantId, item.MallBaseId, item.OpenId, "分销商审核", "成功", item.Name, System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}
} }
} }
else if (type == 3) else if (type == 3)
...@@ -1637,7 +1634,7 @@ namespace Mall.Module.User ...@@ -1637,7 +1634,7 @@ namespace Mall.Module.User
} }
}; };
member_UserRepository.Update(keyValues1, wheres1, trans); member_UserRepository.Update(keyValues1, wheres1, trans);
new MiniProgramMsgModule().SendAuditResultMsg(item.TenantId, item.MallBaseId, item.OpenId, "分销商审核", "拒绝", item.Name, System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
} }
} }
} }
......
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