|
@@ -60,7 +60,7 @@
|
|
|
from im_live_broadcast_room as a
|
|
|
left join tenant_info AS t on a.tenant_id_ = t.id_
|
|
|
left join sys_user AS b on a.speaker_id_ = b.id_
|
|
|
- left join sys_user AS c on a.created_by_ = b.id_
|
|
|
+ left join sys_user AS c on a.created_by_ = c.id_
|
|
|
<where>
|
|
|
a.room_state_ = 0
|
|
|
<if test="param.search != null ">
|