maven
2025-08-01 f9b978a86ce05171dd230ff078e96e420d60c659
basic-server/src/main/java/com/ruoyi/basic/controller/StandardMethodController.java
@@ -50,10 +50,4 @@
        return Result.success(standardMethodService.upStandardMethod(standardMethod));
    }
    @ApiOperation(value = "导入标准明细")
    @PostMapping("/importStandardDetails")
    public Result<?> importStandardDetails(@RequestPart("file") MultipartFile file) throws IOException {
        standardMethodService.inputExcel(file);
        return Result.success();
    }
}