Commit 37091f2a authored by 黄奎's avatar 黄奎

页面修改

parent 8aef7380
...@@ -1034,8 +1034,11 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -1034,8 +1034,11 @@ namespace Mall.WebApi.Controllers.MallBase
var oldOtherList = miaiModule.GetFollowMemberList(new RB_MiAi_FollowMember_Extend { Status = 0, UserId = userInfo.UserId, CreateBy = userId, MallBaseId = userInfo.MallBaseId, TenantId = userInfo.TenantId }); var oldOtherList = miaiModule.GetFollowMemberList(new RB_MiAi_FollowMember_Extend { Status = 0, UserId = userInfo.UserId, CreateBy = userId, MallBaseId = userInfo.MallBaseId, TenantId = userInfo.TenantId });
if (userId != userInfo.UserId) if (userId != userInfo.UserId)
{
if (oldBaseInfo != null && oldBaseInfo.Id > 0)
{ {
oldBaseInfo.WechatNo = ""; oldBaseInfo.WechatNo = "";
}
oldUserInfo.Moblie = ""; oldUserInfo.Moblie = "";
if (oldList != null && oldList.Any() && oldOtherList != null && oldOtherList.Any()) if (oldList != null && oldList.Any() && oldOtherList != null && oldOtherList.Any())
{ {
......
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