소스 검색

Merge branch 'feature/0511-live' into master_saas

shangke 2 년 전
부모
커밋
1c0ece083f
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

@@ -60,10 +60,10 @@
         </if>
         <if test="param.visitorQuery != null">
             <if test="param.visitorQuery == 1">
-                AND ib.fingerprint_ IS NOT NULL
+                AND a.fingerprint_ IS NOT NULL
             </if>
             <if test="param.visitorQuery == 0">
-                AND ib.fingerprint_ IS NULL
+                AND a.fingerprint_ IS NULL
             </if>
         </if>
         group by a.user_id_