|
|
@@ -104,10 +104,15 @@ public class live extends Controller {
|
|
|
sql3.addParameter("tactivityid", tactivityid);
|
|
|
Rows rows3 = sql3.runSqlQuery();
|
|
|
|
|
|
+ SQLFactory sql4 = new SQLFactory(this, "Æ·Àà¹ÛÖÚÈËÊýÕ¼±È");
|
|
|
+ sql4.addParameter("tactivityid", tactivityid);
|
|
|
+ Rows rows4 = sql4.runSqlQuery();
|
|
|
+
|
|
|
JSONObject object = new JSONObject();
|
|
|
object.put("custcount", rows1);
|
|
|
object.put("citycount", rows2);
|
|
|
object.put("channelcount", rows3);
|
|
|
+ object.put("saleprodclasscount", rows4);
|
|
|
return getSucReturnObject().setData(object).saveToDataPool(1).toString();
|
|
|
}
|
|
|
}
|