@ -8,7 +8,7 @@ queryByCondition
@if(!isEmpty(teacherOpenCourseChatLogParentId)){
,(select count(1) from teacher_open_course_chat_log a
where a.teacher_open_course_chat_log_status = 1
and teacher_open_course_chat_log_id = #teacherOpenCourseChatLogParentId#
and teacher_open_course_chat_log_parent_id = #teacherOpenCourseChatLogId#
) as comment_count
@}