From 07d241d033f9ce63c100e486bd26b184c4dc4ac2 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Tue, 21 Apr 2026 20:52:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= 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 | 2 +- 2 files changed, 13 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 becfbe4..68217a9 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 @@ -166,6 +166,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templateShowDy; + /** 打印模板 */ + @TableField(exist = false) + private String templateDymb; + /** 仅提交:1否;10是 */ @TableField(exist = false) private Integer onlySubmit; @@ -186,6 +190,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private Integer showBlxjsh; + public String getTemplateDymb() { + return templateDymb; + } + + public void setTemplateDymb(String templateDymb) { + this.templateDymb = templateDymb; + } + public String getTemplateShowDy() { return templateShowDy; } 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 5d749e0..bf3cf00 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 @@ -19,7 +19,7 @@