zss
2025-03-24 17c7e460e0664ef30b34b6a6af8ad72a075d401c
performance-server/src/main/java/com/yuanchu/mom/controller/EvaluateLeaderController.java
@@ -47,7 +47,7 @@
    @ValueClassify("人员考评")
    @ApiOperation(value = "导出组长打分")
    @GetMapping("/exportEvaluateLeader")
    @PostMapping("/exportEvaluateLeader")
    public void exportEvaluateLeader(@RequestParam("month") String month, @RequestParam("name") String name, @RequestParam("departLims") String departLims, HttpServletResponse response) throws IOException {
        evaluateLeaderService.export(month, name, departLims, response);
    }