日志检索 协议下的 日志查询和导出功能
This commit is contained in:
@@ -57,6 +57,8 @@ public class Reflections {
|
||||
getName="sSubscribeId";
|
||||
}else if(getName.equals("DSubscribeId")){
|
||||
getName="dSubscribeId";
|
||||
}else if(getName.equals("QType")){
|
||||
getName="qType";
|
||||
}
|
||||
String getterMethodName = GETTER_PREFIX + getName;
|
||||
object = invokeMethod(object, getterMethodName, new Class[] {}, new Object[] {});
|
||||
|
||||
Reference in New Issue
Block a user