Quellcode durchsuchen

获取当前直播商户数返回地址

吴志根 vor 3 Jahren
Ursprung
Commit
74f1fb7110

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/publicmethod/live/SQL/当前线上观众人数查询.sql

@@ -8,6 +8,7 @@ select channelid,
        count as fcustcount,
        t.channelcoverimageurl,
        t4.saleprodclass,
+       t4.faddress,
        fliveshowurl
 from (
          select ROW_NUMBER() over(partition by t1.channelid order by t1.time desc)as num,t1.channelid,