Commit 25cac9f5 authored by 赵啸非's avatar 赵啸非

添加解析表单参数数据

parent 71447544
Pipeline #2785 canceled with stages
......@@ -125,7 +125,7 @@ public class DatumInfoFieldServiceImpl extends AbstractCRUDServiceImpl<DatumInfo
}
if(ObjectUtils.isEmpty(infoField.getFieldCode())){
log.info("未识别类型,key:{}",key);
log.info("未识别类型,key:{},json:",key,matterDatumPrintEntity.getFormContent());
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