11111
parent
7cf25168bf
commit
bb101c92b3
|
@ -210,7 +210,6 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
|
||||||
public void testEngine(String className, DataValue dataValue) {
|
public void testEngine(String className, DataValue dataValue) {
|
||||||
log.info("数据:" +dataValue);
|
log.info("数据:" +dataValue);
|
||||||
|
|
||||||
|
|
||||||
BasicEngine<DataValue> valueBasicEngine = engineMap.get(className);
|
BasicEngine<DataValue> valueBasicEngine = engineMap.get(className);
|
||||||
|
|
||||||
valueBasicEngine.set(dataValue);
|
valueBasicEngine.set(dataValue);
|
||||||
|
|
Loading…
Reference in New Issue