|
|
@@ -39,7 +39,7 @@ public class GetPolyvAnalysisData extends BaseClass implements Runnable {
|
|
|
*/
|
|
|
public void getLiveStatusAndCoverImageUrl() {
|
|
|
DBConnect dbConnect = new DBConnect();
|
|
|
- Rows channelRows = dbConnect.runSqlQuery("select channelid,livestatus,tagentsid,steid from tlive");
|
|
|
+ Rows channelRows = dbConnect.runSqlQuery("select channelid,livestatus,tagentsid,siteid from tlive");
|
|
|
String[] channelids = channelRows.toArray("channelid");
|
|
|
RowsMap map = channelRows.toRowsMap("channelid");
|
|
|
Polyv polyv = new Polyv();
|