|
|
@@ -140,7 +140,7 @@ public class live extends Controller {
|
|
|
String livestatus = content.getString("livestatus");
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ÃÅ»§Ö±²¥Áбí", pageSize, pageNumber, "t1.livestatus,t1.createdate");
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
- sqlFactory.addParameter("livestatus", "%" + livestatus + "%");
|
|
|
+// sqlFactory.addParameter("livestatus", "%" + livestatus + "%");
|
|
|
sqlFactory.addParameter_SQL("where",where);
|
|
|
Rows agentRows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
for (Row row : agentRows) {
|