|
@@ -33,7 +33,7 @@
|
|
|
r.room_title_ as roomTitle,
|
|
|
b.real_name_ AS speakerName,
|
|
|
r.live_remark_ AS liveRemark,
|
|
|
- ifnull(a.look_user_num_, 0) AS totalLookNum,
|
|
|
+ ifnull(a.total_user_num_, 0) AS totalLookNum,
|
|
|
ifnull(a.like_num_, 0) as totalLikeNum,
|
|
|
ifnull(a.live_time_, 0) as totalLiveTime
|
|
|
from im_live_broadcast_room_data as a
|