Cui YongXing 2024-09-10 11:57:23 +08:00
parent 74a78301bc
commit 1b6c082267
2 changed files with 2 additions and 0 deletions

View File

@ -27,5 +27,6 @@ public class ENGINE_VALUE_VFD1000_V1 extends DataEngineValueActuator {
}else{ }else{
System.out.println("数据非空:"+dataValue.getValue()); System.out.println("数据非空:"+dataValue.getValue());
} }
set(dataValueFie);
} }
} }

View File

@ -212,6 +212,7 @@ public class RuleEngineVersionServiceImpl extends ServiceImpl<RuleEngineVersionM
valueBasicEngine.execution(); valueBasicEngine.execution();
DataValueFie value = valueBasicEngine.get(); DataValueFie value = valueBasicEngine.get();
log.info(value+"-----------");
return value.getDataValue(); return value.getDataValue();
} }