Commit e766d94c by 宋毅

tj

parent 09df6e71
...@@ -22,7 +22,7 @@ class AppUserPinByLoginVcodeCache extends CacheBase { ...@@ -22,7 +22,7 @@ class AppUserPinByLoginVcodeCache extends CacheBase {
return uUserInfo; return uUserInfo;
}//2030验证码校验不成功 或 注册失败 }//2030验证码校验不成功 或 注册失败
var userInfo = await this.appuserDao.getItemByUUserId(actionBody.userName, actionBody.appInfo.id); var userInfo = await this.appuserDao.getItemByUUserId(actionBody.mobile, actionBody.appInfo.id);
if (userInfo) { if (userInfo) {
if (userInfo.is_enabled != 1) { if (userInfo.is_enabled != 1) {
return system.getResult(null, "user to item is Disable !"); return system.getResult(null, "user to item is Disable !");
......
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