Commit 689b4731 authored by jiaorz's avatar jiaorz

后台导出车辆信息

parent d0ba4634
...@@ -68,7 +68,7 @@ public class VehicleInformationDownloadController extends BaseController<Vehicle ...@@ -68,7 +68,7 @@ public class VehicleInformationDownloadController extends BaseController<Vehicle
IoUtil.close(out); IoUtil.close(out);
} }
@GetMapping("/import") @GetMapping("/app/unauth/import")
public void exportVehicleInfo() throws Exception { public void exportVehicleInfo() throws Exception {
List<VehicleExcelVo> rows = baseBiz.getAllVehicleInfo(); List<VehicleExcelVo> rows = baseBiz.getAllVehicleInfo();
ExcelWriter writer = ExcelUtil.getWriter(true); ExcelWriter writer = ExcelUtil.getWriter(true);
......
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