From a817ce0a9a0f498d15f0484bad0bbb0dadb1b1ef Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 15 Jan 2026 22:14:00 +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=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hxhq/business/form/study/StudyFormUpdateForm.java | 10 +++++----- .../hxhq/business/service/impl/StudyFormApplyServiceImpl.java | 2 +- .../hxhq/business/service/impl/StudyFormFillServiceImpl.java | 2 +- .../hxhq/business/service/impl/StudyFormPlanServiceImpl.java | 2 +- .../hxhq/business/service/impl/StudyFormPreServiceImpl.java | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/form/study/StudyFormUpdateForm.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/form/study/StudyFormUpdateForm.java index 1b94686..228e0a8 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/form/study/StudyFormUpdateForm.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/form/study/StudyFormUpdateForm.java @@ -20,7 +20,7 @@ public class StudyFormUpdateForm { private String fhyjjl; /** 意见回复 */ - private String replay; + private String reply; /** 复核意见 */ private String content; @@ -36,12 +36,12 @@ public class StudyFormUpdateForm { this.content = content; } - public String getReplay() { - return replay; + public String getReply() { + return reply; } - public void setReplay(String replay) { - this.replay = replay; + public void setReply(String reply) { + this.reply = reply; } public String getZdgxjl() { diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java index 8342196..22490e1 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java @@ -554,7 +554,7 @@ public class StudyFormApplyServiceImpl extends ServiceImpl