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

添加解析表单参数数据

parent 25cac9f5
Pipeline #2786 canceled with stages
......@@ -71,7 +71,7 @@ public class DatumInfoFieldController extends BaseCRUDJsonBodyMappingController<
if (!ObjectUtils.isEmpty(datumPrintEntity.getFormContent())) {
Rest<List<DatumInfoFieldEntity>> rest = this.service.parseFormContent(datumPrintEntity, context);
if (rest.getCode() == YesNoEnum.YES.getValue() && !ObjectUtils.isEmpty(rest.getData())) {
this.service.save(rest.getData());
this.service.save(rest.getData(),getContext());
}
}
}
......
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