|
@@ -84,13 +84,6 @@
|
|
where popularize_type_ = 'SCHOOL'
|
|
where popularize_type_ = 'SCHOOL'
|
|
and INTE_ARRAY(a.popularize_school_ids_, #{param.schoolIds}) = 1
|
|
and INTE_ARRAY(a.popularize_school_ids_, #{param.schoolIds}) = 1
|
|
</if>
|
|
</if>
|
|
- <if test="param.teamIds != null">
|
|
|
|
- union all
|
|
|
|
- select *
|
|
|
|
- from im_live_broadcast_room as a
|
|
|
|
- where popularize_type_ = 'TEAM'
|
|
|
|
- and INTE_ARRAY(a.popularize_team_ids_, #{param.teamIds}) = 1
|
|
|
|
- </if>
|
|
|
|
) as a
|
|
) as a
|
|
left join tenant_info AS t on a.tenant_id_ = t.id_
|
|
left join tenant_info AS t on a.tenant_id_ = t.id_
|
|
left join sys_user AS b on a.speaker_id_ = b.id_
|
|
left join sys_user AS b on a.speaker_id_ = b.id_
|