From 0e5c000dcbdf8210abcad7d47c4cf9d1ab1d2c88 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 9 Feb 2026 16:16:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=8D=95]?= =?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 02c5e1d..fbc64ab 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 @@ -162,6 +162,18 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String studyMc; + /** 试验类型1试验,5非试验表单,10麻精药表单 */ + @TableField(exist = false) + private Integer studyType; + + public Integer getStudyType() { + return studyType; + } + + public void setStudyType(Integer studyType) { + this.studyType = studyType; + } + public String getJcbList() { return jcbList; } 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 c054ab7..c46f24e 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 @@