Crunchy
2024-07-24 2bfebb31df25d8ddc0c5ccaff4bed91d87e1070b
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);
    }