|
@@ -64,7 +64,7 @@ public class KuaiShouYiCheReportServiceImpl implements IKuaiShouYiCheReportServi
|
|
|
|
|
|
|
|
|
// ios
|
|
|
- requestMap.put("systemType", "IOS");
|
|
|
+ requestMap.put("systemType", "ios");
|
|
|
requestMap.put("statDate", statDate);
|
|
|
// 账号
|
|
|
List<JSONObject> iosReportArr = kuaiShouYiCheReportMapper.selectReportByMap(requestMap);
|
|
@@ -106,7 +106,7 @@ public class KuaiShouYiCheReportServiceImpl implements IKuaiShouYiCheReportServi
|
|
|
requestMap.put("disCount", disCount);
|
|
|
requestMap.put("projectId", projectId);
|
|
|
requestMap.put("statDate", statDate);
|
|
|
- requestMap.put("systemType", "IOS");
|
|
|
+ requestMap.put("systemType", "ios");
|
|
|
JSONObject iosReport = kuaiShouYiCheReportMapper.getDailyReportByMap(requestMap);
|
|
|
requestMap.put("systemType", "android");
|
|
|
JSONObject androidReport = kuaiShouYiCheReportMapper.getDailyReportByMap(requestMap);
|