|
@@ -74,7 +74,7 @@
|
|
|
union all
|
|
|
select *
|
|
|
from im_live_broadcast_room as a
|
|
|
- where popularize_type_ = 'ORGAN'
|
|
|
+ where popularize_type_ in ( 'ORGAN', 'TEAM')
|
|
|
and INTE_ARRAY(a.popularize_org_ids_, #{param.organIds}) = 1
|
|
|
</if>
|
|
|
<if test="param.schoolIds != null">
|