|
|
|
@@ -60,17 +60,17 @@ public class DataTowerController extends BaseController { |
|
|
|
// return new ResultData(data); |
|
|
|
// } |
|
|
|
|
|
|
|
//TODO 待优化数据 |
|
|
|
// @ApiOperation("查询车流") |
|
|
|
// @GetMapping("/queryCar") |
|
|
|
// @SystemControllerLog(description = "数据塔台-查询车流") |
|
|
|
// public ResultData queryCar() { |
|
|
|
// logger.debug("[" + getIpAddr() + "] DataTowerController::queryCar"); |
|
|
|
// |
|
|
|
// Map<String, Object> data = dataTowerService.queryCar(getTenantInfo()); |
|
|
|
// |
|
|
|
// return new ResultData(data); |
|
|
|
// } |
|
|
|
|
|
|
|
@ApiOperation("查询车流") |
|
|
|
@GetMapping("/queryCar") |
|
|
|
@SystemControllerLog(description = "数据塔台-查询车流") |
|
|
|
public ResultData queryCar() { |
|
|
|
logger.debug("[" + getIpAddr() + "] DataTowerController::queryCar"); |
|
|
|
|
|
|
|
Map<String, Object> data = dataTowerService.queryCar(getTenantInfo()); |
|
|
|
|
|
|
|
return new ResultData(data); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("查询客流") |
|
|
|
@GetMapping("/queryCustomer") |
|
|
|
|