zss
2024-07-24 92442dca5ac89b58daa7129428cc72dcf001fb39
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);
    }