|
@@ -640,7 +640,7 @@
|
|
LEFT JOIN class_group_student_mapper cgsm ON cg.id_ = cgsm.class_group_id_
|
|
LEFT JOIN class_group_student_mapper cgsm ON cg.id_ = cgsm.class_group_id_
|
|
LEFT JOIN music_group mg ON cg.music_group_id_=mg.id_
|
|
LEFT JOIN music_group mg ON cg.music_group_id_=mg.id_
|
|
WHERE
|
|
WHERE
|
|
- cg.type_ IN ('HIGH_ONLINE')
|
|
|
|
|
|
+ cg.type_ IN ('HIGH', 'HIGH_ONLINE')
|
|
AND mg.status_ = 'PROGRESS' AND cg.del_flag_ = 0
|
|
AND mg.status_ = 'PROGRESS' AND cg.del_flag_ = 0
|
|
<if test="organIds!=null and organIds!=''">
|
|
<if test="organIds!=null and organIds!=''">
|
|
AND FIND_IN_SET(mg.organ_id_, #{organIds})
|
|
AND FIND_IN_SET(mg.organ_id_, #{organIds})
|