@@ -335,7 +335,7 @@ public class TaUserController extends BaseController {
if (taUser == null) {
return ResponseBean.error("用户名或密码错误", ResponseBean.ERROR_ILLEGAL_PARAMS);
}
-
+
if (!taUser.getStatus().equals(CommConstant.STATUS_NORMAL) ) {
return ResponseBean.error("该账号已经停用,请联系管理员", ResponseBean.ERROR_UNAVAILABLE);