From 9744f45dd7aa07ca13f51708a3d26b16dccfa639 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 8 Apr 2026 20:31:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 baea189..f4525ca 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,8 +1077,8 @@ public class StudyFormFillServiceImpl extends ServiceImpl formData = new LinkedHashMap<>(); Map formDataEn = new LinkedHashMap<>(); if (StringUtils.isNoneBlank(jsonObject.getString("oldValue"))) { - formDataEn.put("oldUrl", jsonObject.getString("oldUrl")); - formDataEn.put("url", jsonObject.getString("url")); + formData.put("oldUrl", jsonObject.getString("oldUrl")); + formData.put("url", jsonObject.getString("url")); //zh formData.put("字段名", jsonObject.getString("fieldCn")); formData.put("原值", jsonObject.getString("oldValue"));