From e1c226f23c54e77dce5062ba811c438563e5d0a6 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Thu, 8 Jan 2026 21:44:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hxhq/business/dto/study/StudyFormFillListDto.java | 13 ------------- .../main/resources/mapper/business/StudyFormFillMapper.xml | 3 +-- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillListDto.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillListDto.java index f8ffe15..464bbb0 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillListDto.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/dto/study/StudyFormFillListDto.java @@ -13,11 +13,6 @@ public class StudyFormFillListDto extends StudyFormFill { */ private Long subjectLeader; - /** - * 试验SD(试验负责人) - */ - private Long studyLeader; - public Long getSubjectLeader() { return subjectLeader; } @@ -25,12 +20,4 @@ public class StudyFormFillListDto extends StudyFormFill { public void setSubjectLeader(Long subjectLeader) { this.subjectLeader = subjectLeader; } - - public Long getStudyLeader() { - return studyLeader; - } - - public void setStudyLeader(Long studyLeader) { - this.studyLeader = studyLeader; - } } 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 0173ffc..27716f4 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 @@ -5,11 +5,10 @@