Commit f39b36e5 by lvxinyong

预算评审系统

parent fe91fa64
......@@ -84,6 +84,13 @@ public class LoginController {
return ResultUtil.result(ErrorCodes.SUCCESS, ErrorCodes.SUCCESS_INFO, retDatamap);
}
else {
//预算评审系统
final ErrorCode errorCode = (ErrorCode) map.get("error");
log.error(errorCode);
return ResultUtil.result(errorCode.getCode(), errorCode.getMessage(), null);
}
} catch (Exception e) {
log.error("Login command error", e);
//throw new NoUiException("Login command error", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment