hgw пре 3 година
родитељ
комит
be534e23c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMapper.xml

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