inspect-server/src/main/java/com/ruoyi/inspect/controller/InsUnqualifiedHandlerController.java
@@ -127,7 +127,6 @@ return Result.success(unqualifiedHandlerService.deleteUnqualifiedHandler(id)); } @ApiOperation(value = "下载附件") @GetMapping("/downFile") public Result<?> oaDownFile(Integer id) { @@ -138,4 +137,11 @@ return Result.success(map); } @ApiOperation(value = "导出不合格处理记录") @GetMapping("/exportUnqualifiedHandler") public void exportUnqualifiedHandler(UnqualifiedHandlerDto unqualifiedHandlerDto,HttpServletResponse response) { unqualifiedHandlerService.exportUnqualifiedHandler(unqualifiedHandlerDto,response); } }