feat():行数据测试
parent
f3adaec07f
commit
a9ce449fff
|
@ -137,9 +137,9 @@ public class RuleVersionServiceImpl
|
|||
|
||||
try {
|
||||
Object instance = clazz.getDeclaredConstructor().newInstance();
|
||||
|
||||
System.out.println(1);
|
||||
engineRecordMap.put(dataRecord.getRuleVersionType(), (BasicEngine<DataValue[]>) instance);
|
||||
|
||||
System.out.println(2);
|
||||
} catch (InstantiationException | IllegalAccessException | InvocationTargetException | NoSuchMethodException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue