src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -890,7 +890,7 @@ @ApiOperationSupport(order = 12) @ApiOperation(value = "导入用户", notes = "传入excel") public R importSecurityTest(MultipartFile file, Integer isCovered, String deptId) { SecurityImporterTest securityImporter = new SecurityImporterTest(userService, false, deptId); SecurityImporterTest securityImporter = new SecurityImporterTest(userService); ExcelUtil.save(file, securityImporter, SecurityExcel.class); return R.success("操作成功"); }