Commit dfd49478 authored by yanzg's avatar yanzg

修复bug

parent e900ce25
...@@ -173,7 +173,8 @@ public class ObjectHelper { ...@@ -173,7 +173,8 @@ public class ObjectHelper {
return item.getGetMethod().invoke(target); return item.getGetMethod().invoke(target);
} }
} catch (Exception ex) { } catch (Exception ex) {
ExceptionHelper.handleException(ObjectHelper.class, ex, field); System.err.println("字段" + field + "读取错误");
ex.printStackTrace();
} }
return null; return null;
} }
......
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