diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java index 89ca7df..6a05cee 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java @@ -1077,6 +1077,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl formData = new LinkedHashMap<>(); Map formDataEn = new LinkedHashMap<>(); if (StringUtils.isNoneBlank(jsonObject.getString("oldValue"))) { + formDataEn.put("文件地址", jsonObject.getString("url")); //zh formData.put("字段名", jsonObject.getString("fieldCn")); formData.put("原值", jsonObject.getString("oldValue")); @@ -1089,6 +1090,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl