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