Commit 71447544 authored by 赵啸非's avatar 赵啸非

添加解析表单参数数据

parent dc16502a
Pipeline #2784 canceled with stages
......@@ -123,6 +123,11 @@ public class DatumInfoFieldServiceImpl extends AbstractCRUDServiceImpl<DatumInfo
infoField.setFieldValue(value);
infoField.setDataType(DataTypeEnum.数组.getDesc());
}
if(ObjectUtils.isEmpty(infoField.getFieldCode())){
log.info("未识别类型,key:{}",key);
continue;
}
infoFieldlist.add(infoField);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment