Commit 703e136f authored by 侯彦文's avatar 侯彦文

进度计划导出

parent f7877f02
...@@ -101,7 +101,7 @@ public class ExtPlanController<V extends ExtPlanVO, S extends ExtPlanService<V>> ...@@ -101,7 +101,7 @@ public class ExtPlanController<V extends ExtPlanVO, S extends ExtPlanService<V>>
*/ */
@ApiOperation(value = "导出计划", notes = "导出计划", httpMethod = "GET") @ApiOperation(value = "导出计划", notes = "导出计划", httpMethod = "GET")
@GetMapping(value = "/exportPlan") @GetMapping(value = "/exportPlan")
public void exportPlan(HttpServletResponse response, @RequestParam("ids") List<Long> ids){ public void exportPlan(HttpServletResponse response, @RequestParam("ids") List<Long> ids) throws IOException {
extPlanService.exportPlan(response, ids); extPlanService.exportPlan(response, ids);
} }
......
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