From 0747a981e71c118d901bb0c0b2c79c957d71aaea Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 2 Feb 2026 19:24:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java | 4 ++++ .../src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java | 1 + .../src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java | 1 + .../src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java | 1 + 4 files changed, 7 insertions(+) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java index 5d75d18..2c7bdaa 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormApplyMapper.java @@ -37,6 +37,10 @@ public interface StudyFormApplyMapper extends BaseMapper * 更新表单内容 * @param id * @param bdnr + * @param zdxgjl + * @param syId + * @param bmId + * @param sdId */ void updateBdnr(@Param("id") Long id,@Param("bdnr") String bdnr,@Param("zdxgjl") String zdxgjl,@Param("syId") Long syId,@Param("bmId") Long bmId,@Param("sdId") Long sdId); diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java index 22e3a4e..1a21287 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormFillMapper.java @@ -37,6 +37,7 @@ public interface StudyFormFillMapper extends BaseMapper * 更新表单内容 * @param id * @param bdnr + * @param zdxgjl */ void updateBdnr(@Param("id") Long id,@Param("bdnr") String bdnr,@Param("zdxgjl") String zdxgjl); diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java index 3b2b1ad..8db9949 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPlanMapper.java @@ -35,6 +35,7 @@ public interface StudyFormPlanMapper extends BaseMapper * 更新表单内容 * @param id * @param bdnr + * @param zdxgjl */ void updateBdnr(@Param("id") Long id,@Param("bdnr") String bdnr,@Param("zdxgjl") String zdxgjl); diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java index cc802d0..7167dc2 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyFormPreMapper.java @@ -37,6 +37,7 @@ public interface StudyFormPreMapper extends BaseMapper * 更新表单内容 * @param id * @param bdnr + * @param zdxgjl */ void updateBdnr(@Param("id") Long id,@Param("bdnr") String bdnr,@Param("zdxgjl") String zdxgjl);