考证辅导成绩详情题目显示出现问题

beetlsql3-dev
wgf 2 years ago
parent b57a9439bc
commit cad52933e7

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

Loading…
Cancel
Save