Commit f08f889f authored by jiaorz's avatar jiaorz

Merge branch 'master-vehicle-bg' into dev

parents 6f3806c3 1c46624e
...@@ -69,7 +69,7 @@ public class VehicleInformationDownloadController extends BaseController<Vehicle ...@@ -69,7 +69,7 @@ public class VehicleInformationDownloadController extends BaseController<Vehicle
IoUtil.close(out); IoUtil.close(out);
} }
@GetMapping("/app/unauth/import") @GetMapping("/app/unauth/export")
public void exportVehicleInfo() throws Exception { public void exportVehicleInfo() throws Exception {
List<BranchCompanyVehicleCount> rows = baseBiz.getAllVehicleInfo(); List<BranchCompanyVehicleCount> 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