|
@@ -41,7 +41,7 @@ public class ES0009Service extends ES0009BaseModel implements ExecProcessFlow {
|
|
|
row.setCode(dto.getCode());
|
|
|
row.setValueType(dto.getValueType());
|
|
|
row.setValueDef(dto.getValueDef());
|
|
|
- row.setDataType(dto.getDataType());
|
|
|
+ row.setDataType(dto.getDataType()==null?-1: dto.getDataType());
|
|
|
rows.add(row);
|
|
|
}
|
|
|
this.getD_es0009().setRows(rows);
|