瀏覽代碼

修改:直播详情查询

hgw 3 年之前
父節點
當前提交
1e0d8cfdbc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMemberMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/ImLiveBroadcastRoomMemberMapper.xml

@@ -41,8 +41,8 @@
         where a.room_uid_ = #{param.roomUid}
         <if test="param.search != null ">
             AND (
-            a.room_uid_ LIKE CONCAT('%', #{param.search},'%')
-            OR i.room_title_ LIKE CONCAT('%', #{param.search},'%')
+            a.user_id_ LIKE CONCAT('%', #{param.search},'%')
+            OR su.username_ LIKE CONCAT('%', #{param.search},'%')
             )
         </if>
     </select>