|
|
@ -641,8 +641,8 @@ public AjaxResult trafficFlowAtTollStationEntrance(String startDate, String endD |
|
|
|
*/ |
|
|
|
@ApiOperation("全路段双向实时车流量") |
|
|
|
@GetMapping("/history/realTimeTrafficFlowHour") |
|
|
|
public AjaxResult realTimeTrafficFlowHour(String startDate,Long direction) throws HttpException, IOException{ |
|
|
|
Map<String,List<Map<String, Object>>> mapList = dcTrafficStatisticsService.realTimeTrafficFlowHour(startDate,direction); |
|
|
|
public AjaxResult realTimeTrafficFlowHour() throws HttpException, IOException{ |
|
|
|
Map<String,List<Map<String, Object>>> mapList = dcTrafficStatisticsService.realTimeTrafficFlowHour(); |
|
|
|
// 将查询结果封装为成功响应并返回
|
|
|
|
return AjaxResult.success(mapList); |
|
|
|
} |
|
|
|