浏览代码

优化直播间乐团

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
             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">