فهرست منبع

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

沈静伟 4 سال پیش
والد
کامیت
d0a5b4e999
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/dsb/com/cnd3b/restcontroller/publicmethod/live/SQL/门户直播列表.sql

+ 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$