performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateController.java
@@ -44,7 +44,7 @@ @ValueClassify("人员考评") @ApiOperation(value = "导出考评") @GetMapping("/exportEvaluate") @PostMapping("/exportEvaluate") public void exportEvaluate(@RequestParam("month") String month, @RequestParam("name") String name, @RequestParam("departLims") String departLims, HttpServletResponse response) throws IOException { evaluateService.export(month, name, departLims, response); }