zss
2024-07-23 9ab644692599cc41b5cbd90173388f83f35934f1
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);
    }