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