Commit 1c46624e authored by jiaorz's avatar jiaorz

后台导出车辆信息

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