Commit cb0ba27e authored by 吴春's avatar 吴春

提交

parent d8b815a0
...@@ -368,8 +368,8 @@ namespace Mall.WebApi.Controllers.User ...@@ -368,8 +368,8 @@ namespace Mall.WebApi.Controllers.User
{ {
Id = 0, Id = 0,
UserId = umodel.Id, UserId = umodel.Id,
TenantId = demodel.TenantId, TenantId = umodel.TenantId,
MallBaseId = demodel.MallBaseId, MallBaseId = umodel.MallBaseId,
Sex = demodel.Gender, Sex = demodel.Gender,
Status = 0, Status = 0,
CreateDate = System.DateTime.Now CreateDate = System.DateTime.Now
......
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