feat():行数据测试

master
yuan 2024-09-08 14:14:07 +08:00
parent f3adaec07f
commit a9ce449fff
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}