@@ -140,7 +140,8 @@ public class live extends Controller {
if (parameter.isminiapp()) {
agentRows = new Rows();
}
- return getSucReturnObject().setDataByPaging(agentRows).preloading(1).toString();
+ return getSucReturnObject().setDataByPaging(new Rows()).preloading(1).toString();
+// return getSucReturnObject().setDataByPaging(agentRows).preloading(1).toString();
public long getCount(String SQLMODELNAME, String fieldname, String channelid) {