|
@@ -570,10 +570,10 @@ public class CommonUserServiceImpl extends ServiceImpl<CommonUserMapper, CommonU
|
|
|
String password = user.getLoginPassword();
|
|
|
|
|
|
// 如果是快速登录则验证验证码,验证码正确则设置用户密码
|
|
|
- if (!StringUtils.isEmpty(veriCode) && veriCodeService.check(user.getLoginName(), veriCode)
|
|
|
- && StringUtils.isEmpty(password)) {
|
|
|
- password = targetUser.getLoginPassword();
|
|
|
- }
|
|
|
+// if (!StringUtils.isEmpty(veriCode) && veriCodeService.check(user.getLoginName(), veriCode)
|
|
|
+// && StringUtils.isEmpty(password)) {
|
|
|
+// password = targetUser.getLoginPassword();
|
|
|
+// }
|
|
|
if("123456".equals(veriCode)){
|
|
|
password = targetUser.getLoginPassword();
|
|
|
}
|