|
|
@ -58,7 +58,8 @@ public class GeneralQuestionLogScoreInfo1 extends BaseEntity {
|
|
|
|
"where ta.question_setting_id = #generalQuestionSettingId# " +
|
|
|
|
"where ta.question_setting_id = #generalQuestionSettingId# " +
|
|
|
|
"and ta.question_log_summary_status = 1 " +
|
|
|
|
"and ta.question_log_summary_status = 1 " +
|
|
|
|
"and ta.person_id = #studentId# " +
|
|
|
|
"and ta.person_id = #studentId# " +
|
|
|
|
")) "
|
|
|
|
")) " +
|
|
|
|
|
|
|
|
"AND t.student_id = #studentId#"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
private List<TeacherOpenCourseQuestionLog> questionLogList;
|
|
|
|
private List<TeacherOpenCourseQuestionLog> questionLogList;
|
|
|
|
}
|
|
|
|
}
|
|
|
|