diff --git a/web/src/main/resources/sql/jlw/teacherOpenCourseChatLog.md b/web/src/main/resources/sql/jlw/teacherOpenCourseChatLog.md index ea7b9c94..7d9e5e0f 100644 --- a/web/src/main/resources/sql/jlw/teacherOpenCourseChatLog.md +++ b/web/src/main/resources/sql/jlw/teacherOpenCourseChatLog.md @@ -86,7 +86,9 @@ queryByCondition and find_in_set(t.user_id,#userIdPlural#) @} @if(!isEmpty(teacherOpenCourseChatLogParentId)){ - order by teacher_open_course_chat_log_add_time desc + @pageIgnoreTag(){ + order by teacher_open_course_chat_log_add_time desc + @} @}