Commit 05502477 authored by yanzg's avatar yanzg

修改实例化关系

parent ee8e3ea7
...@@ -67,8 +67,7 @@ public class WebAspect extends BaseRequestAspect { ...@@ -67,8 +67,7 @@ public class WebAspect extends BaseRequestAspect {
public void init(Object req) { public void init(Object req) {
} }
}; };
Log.error(WebAspect.class, "请设置登录默认处理函数"); Log.error(WebAspect.class, ex, "请设置登录默认处理函数");
Log.error(WebAspect.class, ex);
} }
} }
......
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