From 53cd4e145b867347a8ce363121c551f347065947 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 15 Jan 2026 22:06:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/business/utils/StudyFormUtil.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/utils/StudyFormUtil.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/utils/StudyFormUtil.java index cee20d4..2dda67c 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/utils/StudyFormUtil.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/utils/StudyFormUtil.java @@ -36,7 +36,6 @@ public class StudyFormUtil { mapQmyy.put("中","Average"); mapQmyy.put("差","Bad"); mapQmyy.put("修改","Edit"); - mapQmyy.put("修改记录","Change Data"); mapQmyy.put("填写","Create Record"); mapQmyy.put("意见回复","意见回复"); @@ -55,8 +54,8 @@ public class StudyFormUtil { mapQmyy.put("审核通过","Approved"); mapQmyy.put("补充说明","Additional Remark"); mapQmyy.put("审核拒绝","Reject after Review"); - mapQmyy.put("制作保存预制表单","Submit Record Preset"); - mapQmyy.put("制作提交预制表单","制作提交预制表单"); + mapQmyy.put("制作保存预制表单","Save Record Preset"); + mapQmyy.put("制作提交预制表单","Submit Record Preset"); mapQmyy.put("创建记录","Create Record"); mapQmyy.put("填写并保存记录","Create and Save Record");