From ae18691391fd294637125ed754acdf90999af863 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 5 Feb 2026 21:04:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/hxhq/business/domain/StudyFormFill.java | 12 ++++++++++++ .../main/resources/mapper/business/StudyFormFillMapper.xml | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java index d025de7..bc91764 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java @@ -147,6 +147,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templatePdfSize; + /** 填报显示药剂存储按钮:1:否;10:显示 */ + @TableField(exist = false) + private String templateShowYjcc; + /** 试验编号 */ @TableField(exist = false) private String studySn; @@ -155,6 +159,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String studyMc; + public String getTemplateShowYjcc() { + return templateShowYjcc; + } + + public void setTemplateShowYjcc(String templateShowYjcc) { + this.templateShowYjcc = templateShowYjcc; + } + public String getTemplatePdfSize() { return templatePdfSize; } diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml index 9d6f0e7..c054ab7 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml @@ -18,7 +18,8 @@