|
|
|
@ -62,7 +62,7 @@ queryByCondition
|
|
|
|
|
and t.chat_files =#chatFiles#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(chatLogSendType)){
|
|
|
|
|
and t.chat_log_send_type =#chatLogSendType#
|
|
|
|
|
and find_in_set(t.chat_log_send_type, #chatLogSendType#)
|
|
|
|
|
@}
|
|
|
|
|
@if(isEmpty(teacherOpenCourseChatLogStatus) && isEmpty(teacherOpenCourseChatLogStatusPlural)){
|
|
|
|
|
and t.teacher_open_course_chat_log_status != 2
|
|
|
|
@ -171,7 +171,7 @@ queryByConditionQuery
|
|
|
|
|
and t.chat_files =#chatFiles#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(chatLogSendType)){
|
|
|
|
|
and t.chat_log_send_type =#chatLogSendType#
|
|
|
|
|
and find_in_set(t.chat_log_send_type, #chatLogSendType#)
|
|
|
|
|
@}
|
|
|
|
|
@if(isEmpty(teacherOpenCourseChatLogStatus) && isEmpty(teacherOpenCourseChatLogStatusPlural)){
|
|
|
|
|
and t.teacher_open_course_chat_log_status != 2
|
|
|
|
@ -373,7 +373,7 @@ getTeacherOpenCourseChatLogValues
|
|
|
|
|
and t.chat_files =#chatFiles#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(chatLogSendType)){
|
|
|
|
|
and t.chat_log_send_type =#chatLogSendType#
|
|
|
|
|
and find_in_set(t.chat_log_send_type, #chatLogSendType#)
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(teacherOpenCourseChatLogStatus)){
|
|
|
|
|
and t.teacher_open_course_chat_log_status =#teacherOpenCourseChatLogStatus#
|
|
|
|
@ -445,7 +445,7 @@ getValuesByQuery
|
|
|
|
|
and t.chat_files =#chatFiles#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(chatLogSendType)){
|
|
|
|
|
and t.chat_log_send_type =#chatLogSendType#
|
|
|
|
|
and find_in_set(t.chat_log_send_type, #chatLogSendType#)
|
|
|
|
|
@}
|
|
|
|
|
@if(isEmpty(teacherOpenCourseChatLogStatus) && isEmpty(teacherOpenCourseChatLogStatusPlural)){
|
|
|
|
|
and t.teacher_open_course_chat_log_status != 2
|
|
|
|
@ -526,7 +526,7 @@ getValuesByQueryNotWithPermission
|
|
|
|
|
and t.chat_files =#chatFiles#
|
|
|
|
|
@}
|
|
|
|
|
@if(!isEmpty(chatLogSendType)){
|
|
|
|
|
and t.chat_log_send_type =#chatLogSendType#
|
|
|
|
|
and find_in_set(t.chat_log_send_type, #chatLogSendType#)
|
|
|
|
|
@}
|
|
|
|
|
@if(isEmpty(teacherOpenCourseChatLogStatus) && isEmpty(teacherOpenCourseChatLogStatusPlural)){
|
|
|
|
|
and t.teacher_open_course_chat_log_status != 2
|
|
|
|
|