Browse Source

合作商直播排序调整

吴志根 3 years ago
parent
commit
105adc7e14

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/customer/live/SQL/合作商直播列表.sql

@@ -25,4 +25,5 @@ from tlive t1
          inner join tagents t2 on t1.siteid = t2.siteid and t1.tagentsid = t2.tagentsid
          inner join tagents t2 on t1.siteid = t2.siteid and t1.tagentsid = t2.tagentsid
 where t1.siteid = $siteid$
 where t1.siteid = $siteid$
   and t1.tagentsid IN $tagentsidList$
   and t1.tagentsid IN $tagentsidList$
+ORDER BY livestatus DESC