浏览代码

修改禁言分页查询sql

hgw 3 年之前
父节点
当前提交
45fe982d07
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mec-biz/src/main/resources/config/mybatis/ImLiveRoomBlackMapper.xml

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

@@ -34,7 +34,6 @@
         where a.user_type_ like '%STUDENT%'
         where a.user_type_ like '%STUDENT%'
         and a.lock_flag_ = 0
         and a.lock_flag_ = 0
         and a.del_flag_ = 0
         and a.del_flag_ = 0
-        and b.room_uid_ = #{param.roomUid}
         <if test="param.tenantId != null ">
         <if test="param.tenantId != null ">
             and tenant_id_ = #{param.tenantId}
             and tenant_id_ = #{param.tenantId}
         </if>
         </if>