src/main/java/com/whyc/controller/SoftwareController.java
@@ -94,7 +94,7 @@ @ApiOperation(value = "根据软件id实现软件删除") @GetMapping("deleteSoftware") public Response deleteSoftware( @RequestParam int id){ return service.deleteSoftware(id); public Response deleteSoftware( @RequestParam String fileName){ return service.deleteSoftware(fileName); } }