Commit 45d4fe50 authored by jiaorz's avatar jiaorz

车辆统计导出bug

parent 3203a55b
......@@ -33,7 +33,7 @@ public class VehicleCountRecordController {
}
@PostMapping("/app/unauth/download")
public ObjectRestResponse download(String path, HttpServletResponse response) {
public ObjectRestResponse download(@RequestBody String path, HttpServletResponse response) {
vehicleCountRecordBiz.download(path, response);
return ObjectRestResponse.succ();
}
......
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