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