| | |
| | | //推送信息 |
| | | synchronized (session) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | //今日放电任务统计 |
| | | /*//今日放电任务统计 |
| | | Response planRes = planService.getPlanStaticToday(userId); |
| | | map.put("planRes", planRes); |
| | | map.put("planRes", planRes);*/ |
| | | //今日放电站点统计 |
| | | Response chargeRes = fbs9100StateService.getChargeStaticToday(userId); |
| | | map.put("chargeRes", chargeRes); |
| | |
| | | map.put("bDebRes", bDebRes); |
| | | Response bPwrRes = pAlmService.getPalmToday(userId); |
| | | map.put("bPwrRes", bPwrRes); |
| | | //追加今日计划放电的站点数 |
| | | int stationNumOfDischargePlanToday = planService.getPlanStationToday(userId); |
| | | map.put("stationNumOfDischargePlanToday",stationNumOfDischargePlanToday); |
| | | //站点地图 |
| | | List<StationInf> mapInMonitor = sinfService.getStationMapInMonitor(userId); |
| | | map.put("stationMap", mapInMonitor); |