Browse Source

修改sql

hgw 3 years ago
parent
commit
148d7b15d5

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

@@ -51,7 +51,7 @@
         union all
         select *
         from im_live_broadcast_room as a
-        inner join from im_live_room_purview as b on a.room_uid_ = b.room_uid_
+        inner join im_live_room_purview as b on a.room_uid_ = b.room_uid_
         where b.user_id_ = #{param.userId}
         ) as a
         left join tenant_info AS t on a.tenant_id_ = t.id_