Crunchy
2024-07-18 c2538085f897faa67abf32f23fc006e816df3c09
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);
    }