|
|
|
@ -104,7 +104,7 @@ queryByCondition
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and tc.question_log_add_type =#questionLogAddType#
|
|
|
|
@ -238,7 +238,7 @@ queryByConditionQuery
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and t.question_log_add_type = #questionLogAddType#
|
|
|
|
@ -381,7 +381,7 @@ studentScoreList
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and tc.teacher_open_course_question_setting_type =#questionLogAddType#
|
|
|
|
@ -633,7 +633,7 @@ getTeacherOpenCourseQuestionLogValues
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and tc.teacher_open_course_question_setting_type =#questionLogAddType#
|
|
|
|
@ -716,7 +716,7 @@ getValuesByQuery
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and tc.teacher_open_course_question_setting_type =#questionLogAddType#
|
|
|
|
@ -817,7 +817,7 @@ getValuesByQueryNotWithPermission
|
|
|
|
|
and t.teacher_open_course_question_log_finish_time =#teacherOpenCourseQuestionLogFinishTime#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(isErrorFavorite)){
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite# or t.student_score != t.question_score)
|
|
|
|
|
and (t.is_error_favorite =#isErrorFavorite#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(questionLogAddType)){
|
|
|
|
|
and t.question_log_add_type = #questionLogAddType#
|
|
|
|
|