Crunchy
2024-07-22 13e90e4141f035ea910afcbca8483870853c93ce
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);
    }