소스 검색

修改sql

hgw 3 년 전
부모
커밋
8f3c469193
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ImLiveRoomReservationMapper.xml

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

@@ -49,7 +49,7 @@
         from im_live_broadcast_room
         where popularize_type_ = 'ALL'
         union all
-        select *
+        select a.*
         from im_live_broadcast_room as a
         inner join im_live_room_purview as b on a.room_uid_ = b.room_uid_
         where b.user_id_ = #{param.userId}