|
|
@ -254,6 +254,10 @@ public class CarController extends BladeController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/exportCarMilesData") |
|
|
|
@GetMapping("/exportCarMilesData") |
|
|
|
|
|
|
|
@ApiImplicitParams({ |
|
|
|
|
|
|
|
@ApiImplicitParam(name = "unit", value = "单位", dataType = "query", paramType = "string"), |
|
|
|
|
|
|
|
@ApiImplicitParam(name = "year", value = "年份", dataType = "query", paramType = "string") |
|
|
|
|
|
|
|
}) |
|
|
|
@ApiOperation(value = "导出年度里程数据") |
|
|
|
@ApiOperation(value = "导出年度里程数据") |
|
|
|
@ApiOperationSupport(order = 27) |
|
|
|
@ApiOperationSupport(order = 27) |
|
|
|
public void exportCarMilesData(@ApiIgnore @RequestParam Map<String, Object> param, Query query, HttpServletResponse response) { |
|
|
|
public void exportCarMilesData(@ApiIgnore @RequestParam Map<String, Object> param, Query query, HttpServletResponse response) { |
|
|
|