Browse Source

门户直播列表新增地址商户地址字段

沈静伟 4 years ago
parent
commit
d0a5b4e999

+ 2 - 1
src/dsb/com/cnd3b/restcontroller/publicmethod/live/SQL/门户直播列表.sql

@@ -20,7 +20,8 @@ select t1.tliveid,
        t1.secretkey,
        t1.livestatus,
        t1.channelcoverimageurl,
-       t2.fagentname
+       t2.fagentname,
+       t2.faddress
 from tlive t1
          inner join tagents t2 on t1.siteid = t2.siteid and t1.tagentsid = t2.tagentsid
 where t1.siteid = $siteid$