【优化】移除掉上级推荐码查询失败,而直接返回拒绝信息,导致注册失败的问题。

This commit is contained in:
jianweie code
2023-11-18 17:11:13 +08:00
parent 2ec8e1f2af
commit 1af50a49ba

View File

@@ -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))