fix bug 41649 小程序手机号密码登录时报错
This commit is contained in:
+1
-2
@@ -109,8 +109,7 @@ public class CompanyLoginController {
|
||||
throw new JeroBootException("手机号或密码错误");
|
||||
}else {
|
||||
if (StringUtils.isBlank(contactsManagement.getPassword())){
|
||||
result.setMessage("请先用手机验证码登录");
|
||||
return result;
|
||||
throw new JeroBootException("请先用手机验证码登录");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user