|
@@ -1493,7 +1493,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
}
|
|
|
if (!SecurityUtils.matchesPassword(password,user.getPassword()))
|
|
|
{
|
|
|
- iUserLoginErrorService.saveErrorLog(bo.getAccount());
|
|
|
+// iUserLoginErrorService.saveErrorLog(bo.getAccount());
|
|
|
throw new BaseException("登录信息错误");
|
|
|
}
|
|
|
Long tenantId = user.getTenantId();
|