From b4855d42c6bce40ca627b9ef5b9bb2158c1f6630 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 22 Jan 2026 09:56:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E9=9D=9E=E5=AE=9E=E9=AA=8C]=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/StudyFormApplyServiceImpl.java | 58 ++++++++++++++++++++-- .../service/impl/StudyFormFillServiceImpl.java | 54 ++++++++++++++++++-- .../service/impl/StudyFormPlanServiceImpl.java | 36 +++++++++++++- .../service/impl/StudyFormPreServiceImpl.java | 58 ++++++++++++++++++---- 4 files changed, 185 insertions(+), 21 deletions(-) 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 d9d4ac3..80093d6 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 @@ -10,6 +10,7 @@ import com.hxhq.business.dto.study.StudyFormApplyListDto; import com.hxhq.business.enums.NormalEnum; import com.hxhq.business.enums.SnTypeEnum; import com.hxhq.business.enums.study.StudyFormApplyBdztEnum; +import com.hxhq.business.enums.study.StudyTypeEnum; import com.hxhq.business.enums.zykgl.JcgjlxEnum; import com.hxhq.business.enums.zykgl.JcmcysEnum; import com.hxhq.business.form.study.*; @@ -54,6 +55,8 @@ public class StudyFormApplyServiceImpl extends ServiceImpl