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; }