mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-04 22:49:49 +08:00
【优化】移除掉上级推荐码查询失败,而直接返回拒绝信息,导致注册失败的问题。
This commit is contained in:
@@ -652,11 +652,11 @@ public class CoreCmsUserServices : BaseServices<CoreCmsUser>, ICoreCmsUserServic
|
|||||||
{
|
{
|
||||||
userInfo.parentId = pid;
|
userInfo.parentId = pid;
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
{
|
//{
|
||||||
jm.msg = GlobalErrorCodeVars.Code10014;
|
// jm.msg = GlobalErrorCodeVars.Code10014;
|
||||||
return jm;
|
// return jm;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(entity.password))
|
if (!string.IsNullOrEmpty(entity.password))
|
||||||
|
|||||||
Reference in New Issue
Block a user