app/src/main/java/com/hdl/photovoltaic/other/HdlPowerStationDataStatisticsLogic.java
@@ -93,7 +93,11 @@ public void getStatistics(String type, String time, CloudCallBeak<List<StatisticsBean>> cloudCallBeak) { String requestUrl = HttpApi.POST_Home_page_statistics; JsonObject json = new JsonObject(); if (TimeType.day.equals(type)) { json.addProperty("dataType", "POWER");//发电量(GE : 发电量 ;POWER : 发电功率) } else { json.addProperty("dataType", "GE");//发电量(GE : 发电量 ;POWER : 发电功率) } json.addProperty("type", type);//类型 if (!TextUtils.isEmpty(time)) { if (!UserConfigManage.getInstance().isZh()) {