|
|
|
@ -759,7 +759,7 @@ verifyLogAddTypeIsReSend
|
|
|
|
|
COUNT(1) > 0
|
|
|
|
|
FROM
|
|
|
|
|
teacher_open_course_question_setting t
|
|
|
|
|
LEFT JOIN teacher_open_course_question_log ta ON ta.teacher_open_course_question_setting_id = t.teacher_open_course_question_setting_id
|
|
|
|
|
INNER JOIN teacher_open_course_question_log ta ON ta.teacher_open_course_question_setting_id = t.teacher_open_course_question_setting_id
|
|
|
|
|
AND t.teacher_open_course_question_setting_status = 1
|
|
|
|
|
AND t.teacher_open_course_question_setting_type = #questionSettingType#
|
|
|
|
|
AND t.teacher_open_course_question_setting_id = #questionSettingId#
|
|
|
|
|