|
|
@ -255,6 +255,7 @@ getValuesByQuery
|
|
|
|
and find_in_set(t.teacher_open_course_notice_id,#teacherOpenCourseNoticeIdPlural#)
|
|
|
|
and find_in_set(t.teacher_open_course_notice_id,#teacherOpenCourseNoticeIdPlural#)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(schoolClassIds)){
|
|
|
|
@if(!isEmpty(schoolClassIds)){
|
|
|
|
|
|
|
|
and t.school_class_ids =#schoolClassIds#
|
|
|
|
and (find_in_set(#schoolClassIds#, t.school_class_ids) or t.school_class_ids = "ALL")
|
|
|
|
and (find_in_set(#schoolClassIds#, t.school_class_ids) or t.school_class_ids = "ALL")
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
@if(!isEmpty(teacherOpenCourseIds)){
|
|
|
|
@if(!isEmpty(teacherOpenCourseIds)){
|
|
|
@ -353,6 +354,7 @@ getValuesByQueryNotWithPermission
|
|
|
|
where b.student_status = 1 and ba.class_status = 1 and b.student_id = #studentId# ), t.school_class_ids)
|
|
|
|
where b.student_status = 1 and ba.class_status = 1 and b.student_id = #studentId# ), t.school_class_ids)
|
|
|
|
@}
|
|
|
|
@}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getClassByOpenCourseId
|
|
|
|
getClassByOpenCourseId
|
|
|
|
===
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
|
|