Cui YongXing 2024-09-10 09:58:09 +08:00
parent 97817318d3
commit b83bcd33cf
530 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
package com.muyu.rule.common.engine;
import com.alibaba.fastjson2.JSON;
import com.muyu.etl.domain.DataValue;
import com.muyu.rule.common.basic.abstracts.DataEngineValueActuator;
import com.muyu.rule.common.domain.DataValueFie;
@ -18,6 +20,7 @@ public class ENGINE_VALUE_VFD1000_V1 extends DataEngineValueActuator {
public void run() {
DataValueFie dataValueFie = get();
DataValue dataValue = dataValueFie.getDataValue();
if (dataValue.getValue() == null){
throw new DeliteException("数据为空,需要丢弃!");
}else{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More