导入文件路径 摒弃配置
This commit is contained in:
+1
-2
@@ -264,8 +264,7 @@ public class ImportExcelServiceImpl extends ServiceImpl<ImportExcelDao, ImportDt
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Value("${file.importFilePath}")
|
|
||||||
private String importPath;
|
|
||||||
|
|
||||||
private List<ImportDto> error = new ArrayList<>();
|
private List<ImportDto> error = new ArrayList<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user