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 @@