|
@@ -65,11 +65,12 @@ public class KuaiShouYiCheReportServiceImpl implements IKuaiShouYiCheReportServi
|
|
|
|
|
|
// ios
|
|
// ios
|
|
requestMap.put("systemType", "IOS");
|
|
requestMap.put("systemType", "IOS");
|
|
|
|
+ requestMap.put("statDate", statDate);
|
|
// 账号
|
|
// 账号
|
|
List<JSONObject> iosReportArr = kuaiShouYiCheReportMapper.selectReportByMap(requestMap);
|
|
List<JSONObject> iosReportArr = kuaiShouYiCheReportMapper.selectReportByMap(requestMap);
|
|
|
|
|
|
// 今日
|
|
// 今日
|
|
- requestMap.put("statDate", statDate);
|
|
|
|
|
|
+
|
|
requestMap.put("dateDesc", statDate + "整体数据");
|
|
requestMap.put("dateDesc", statDate + "整体数据");
|
|
JSONObject iosNowJson = kuaiShouYiCheReportMapper.selectSumReportByMap(requestMap);
|
|
JSONObject iosNowJson = kuaiShouYiCheReportMapper.selectSumReportByMap(requestMap);
|
|
iosReportArr.add(iosNowJson);
|
|
iosReportArr.add(iosNowJson);
|