From 883bf37c042de0a492b60a4b7dbb56bb28d7efb8 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Tue, 4 Oct 2022 13:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../query/TeacherOpenCourseQuestionLogQuery.java | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/web/src/main/java/com/ibeetl/jlw/web/query/TeacherOpenCourseQuestionLogQuery.java b/web/src/main/java/com/ibeetl/jlw/web/query/TeacherOpenCourseQuestionLogQuery.java index 4bfacfac..32928b9c 100644 --- a/web/src/main/java/com/ibeetl/jlw/web/query/TeacherOpenCourseQuestionLogQuery.java +++ b/web/src/main/java/com/ibeetl/jlw/web/query/TeacherOpenCourseQuestionLogQuery.java @@ -40,7 +40,7 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam { private Long userId; private String teacherOpenCourseQuestionLogIdPlural; - private String teacherOpenCourseQuestionLogFromIdPlural; + private String resourcesQuestionSnapshotFromIdPlural; private String resourcesQuestionSnapshotIdPlural; private String teacherOpenCourseQuestionLogStatusPlural; private String studentIdPlural; @@ -140,12 +140,15 @@ public class TeacherOpenCourseQuestionLogQuery extends PageParam { public void setTeacherOpenCourseQuestionLogIdPlural(String teacherOpenCourseQuestionLogIdPlural){ this.teacherOpenCourseQuestionLogIdPlural = teacherOpenCourseQuestionLogIdPlural; } - public String getTeacherOpenCourseQuestionLogFromIdPlural(){ - return teacherOpenCourseQuestionLogFromIdPlural; + + public String getResourcesQuestionSnapshotFromIdPlural() { + return resourcesQuestionSnapshotFromIdPlural; } - public void setTeacherOpenCourseQuestionLogFromIdPlural(String teacherOpenCourseQuestionLogFromIdPlural){ - this.teacherOpenCourseQuestionLogFromIdPlural = teacherOpenCourseQuestionLogFromIdPlural; + + public void setResourcesQuestionSnapshotFromIdPlural(String resourcesQuestionSnapshotFromIdPlural) { + this.resourcesQuestionSnapshotFromIdPlural = resourcesQuestionSnapshotFromIdPlural; } + public String getResourcesQuestionSnapshotIdPlural(){ return resourcesQuestionSnapshotIdPlural; }