Commit 6dfc186c authored by jiaorz's avatar jiaorz

车辆统计导出bug

parent 8da30edd
......@@ -35,8 +35,8 @@ public class VehicleCountRecordController {
@PostMapping("/app/unauth/export")
@ResponseBody
public ObjectRestResponse export(@RequestBody ExcelParamDto excelParamDto, HttpServletRequest request) {
return vehicleCountRecordBiz.export(excelParamDto, request);
public ObjectRestResponse export(@RequestBody ExcelParamDto excelParamDto) {
return vehicleCountRecordBiz.export(excelParamDto);
}
@GetMapping("/app/unauth/download")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment