From 70e6eb2be522516798c5637631305500a55fd7b0 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 2 Feb 2026 19:22:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E7=BC=96=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/StudyGyzjMapper.java | 7 ++++++- .../src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java index 3e2c55f..8e0eea1 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyGyzjMapper.java @@ -14,6 +14,11 @@ import java.util.List; */ public interface StudyGyzjMapper extends BaseMapper { - + /** + * 试验-物资信息-给药制剂 + * + * @param list + * @return + */ void insertBatch(@Param("list") List list); } diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java index 006f834..d82b24e 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/mapper/StudyMjyMapper.java @@ -15,7 +15,12 @@ import java.util.List; */ public interface StudyMjyMapper extends BaseMapper { - + /** + * 试验-物资信息-麻精药 + * + * @param list + * @return + */ void insertBatch(@Param("list") List list);