Commit bbb02787 authored by yanzg's avatar yanzg

身份证识别

parent c99c9239
......@@ -103,7 +103,7 @@ public class AspectWeb {
for (Object arg : joinPoint.getArgs()) {
webAspectInit.init(arg);
}
Log.info(declaringType, "初始化登陆");
// Log.info(declaringType, "初始化登陆");
result = executeMethod(joinPoint);
return result;
} catch (Exception 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