Procházet zdrojové kódy

商户列表查询恢复重复和已开通直播的商户

吴志根 před 3 roky
rodič
revize
423afefd98

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/enterprise/activity/SQL/活动商户列表查询.sql

@@ -2,5 +2,5 @@ select t1.tactivity_agentmsgid, t1.tagentsid, t1.tactivityid,t2.fagentname, t1.f
        t1.flocation,t1.fstatus,t3.channelid
 from tactivity_agentmsg t1
 inner join tagents t2 on t1.siteid=t2.siteid and t1.tagentsid=t2.tagentsid
-inner join tlive t3 on  t1.tagentsid=t3.tagentsid
+left join tlive t3 on  t1.tagentsid=t3.tagentsid
 where t1.siteid=$siteid$ and t1.tactivityid=$tactivityid$ and $where$