|
|
@ -116,7 +116,7 @@ public class SysLoginService
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 用户审核状态检测
|
|
|
|
* 用户审核状态检测
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
if (ExamineState.DISABLE.getCode().equals(user.getExamine()) || ExamineState.DEFAULT.getCode().equals(user.getExamine()))
|
|
|
|
if (!ExamineState.ENABLE.getCode().equals(user.getExamine()))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
AsyncManager.me().execute(AsyncFactory.recordLogininfor(username, Constants.LOGIN_FAIL, MessageUtils.message("user.examine.disabled")));
|
|
|
|
AsyncManager.me().execute(AsyncFactory.recordLogininfor(username, Constants.LOGIN_FAIL, MessageUtils.message("user.examine.disabled")));
|
|
|
|
throw new UserDisableException();
|
|
|
|
throw new UserDisableException();
|
|
|
|