src/main/java/com/whyc/controller/ECRController.java
@@ -70,4 +70,13 @@ public void exportExcel(HttpServletResponse response){ service.exportExcel(response); } @ApiOperation("删除ECR记录") @GetMapping("deleteEcr") public Response deleteEcr( @RequestParam int id, @RequestParam(required = false) String filePath){ return service.deleteEcr(id,filePath); } }