提交 fa0a6740 编写于 作者: N Nikita Koksharov

refactoring

上级 9c00ed38
...@@ -196,7 +196,7 @@ public class AccessorInterceptor { ...@@ -196,7 +196,7 @@ public class AccessorInterceptor {
return fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1); return fieldName.substring(0, 1).toUpperCase() + fieldName.substring(1);
} }
private static String getREntityIdFieldName(Object o) throws Exception { private static String getREntityIdFieldName(Object o) {
return Introspectior return Introspectior
.getFieldsWithAnnotation(o.getClass().getSuperclass(), RId.class) .getFieldsWithAnnotation(o.getClass().getSuperclass(), RId.class)
.getOnly() .getOnly()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册