master
parent
b9311db720
commit
74a78301bc
|
@ -19,8 +19,9 @@ public class ENGINE_VALUE_VFD1000_V1 extends DataEngineValueActuator {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
DataValueFie dataValueFie = get();
|
DataValueFie dataValueFie = get();
|
||||||
|
System.out.println("==="+dataValueFie);
|
||||||
DataValue dataValue = dataValueFie.getDataValue();
|
DataValue dataValue = dataValueFie.getDataValue();
|
||||||
|
System.out.println("----"+dataValue);
|
||||||
if (dataValue.getValue() == null){
|
if (dataValue.getValue() == null){
|
||||||
throw new DeliteException("数据为空,需要丢弃!");
|
throw new DeliteException("数据为空,需要丢弃!");
|
||||||
}else{
|
}else{
|
||||||
|
|
|
@ -136,8 +136,8 @@ public class RuleEngineVersionController {
|
||||||
"import com.muyu.rule.common.domain.${dataClass};\n" +
|
"import com.muyu.rule.common.domain.${dataClass};\n" +
|
||||||
"import com.muyu.rule.common.basic.abstracts.${parentClass};\n" +
|
"import com.muyu.rule.common.basic.abstracts.${parentClass};\n" +
|
||||||
"import com.muyu.rule.common.exception.DeliteException;\n" +
|
"import com.muyu.rule.common.exception.DeliteException;\n" +
|
||||||
"import com.alibaba.fastjson2.JSON;" +
|
"import com.alibaba.fastjson2.JSON;\n" +
|
||||||
"import com.alibaba.fastjson2.JSONObject;"+
|
"import com.alibaba.fastjson2.JSONObject;\n"+
|
||||||
"\n" +
|
"\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"/**\n" +
|
"/**\n" +
|
||||||
|
|
Loading…
Reference in New Issue