From 9f1bfa898ff8a108721265503debc548f0bc0ad2 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Sat, 31 Jan 2026 09:15:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E5=A1=AB=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E5=8D=95]=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 88bd9e3..3992322 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 @@ -135,6 +135,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templateExportMethod; + /** 产物:1:试剂;3:给药制剂;5:麻精药 */ + @TableField(exist = false) + private Integer product; + /** 模板所属部门/学科 */ @TableField(exist = false) private Long templateDeptId; @@ -147,6 +151,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String studyMc; + public Integer getProduct() { + return product; + } + + public void setProduct(Integer product) { + this.product = product; + } + public String getYqResource() { return yqResource; } 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 dd21de5..9b1c204 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,7 @@