Commit cc321d90 authored by 董建华's avatar 董建华

增加数据

parent 83451b87
...@@ -244,6 +244,10 @@ public class LoginInterceptorAspect { ...@@ -244,6 +244,10 @@ public class LoginInterceptorAspect {
if (null == loginResult) { if (null == loginResult) {
info.setIsLogin(Boolean.FALSE); info.setIsLogin(Boolean.FALSE);
info.setLoginFailMsg("系统异常"); info.setLoginFailMsg("系统异常");
if(!refuseResult.isPass()){
info.setLoginFailMsg("命中风控策略");
}
} else { } else {
if (loginResult instanceof JsonResult) { if (loginResult instanceof JsonResult) {
if (((JsonResult) loginResult).isSuccess()) { if (((JsonResult) loginResult).isSuccess()) {
......
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