src/main/java/com/dji/sample/patches/controller/PatchesController.java
@@ -68,6 +68,7 @@ @RequestParam(name = "xmc", required = false) String xmc, @RequestParam(name = "investigate", required = false) Integer investigate ) { fileService.getNoaddFile(); //调用service分页查询 PatchesParam param = PatchesParam.builder() .page(page) @@ -207,7 +208,6 @@ @RequestParam String dkbh) { try { fileService.getNoaddFile(); PatchesParam param = PatchesParam.builder() .page(page) .workspaceId(workspaceId)