Commit b31caae1 authored by neo's avatar neo

[bugfix] fixed importData para to filename not use multfile

parent 3614f803
...@@ -403,7 +403,7 @@ public class FinanceDataImportServiceImpl { ...@@ -403,7 +403,7 @@ public class FinanceDataImportServiceImpl {
} }
public ImportDataDto ImportData(String projectYear, String importMethod, String importType, Integer period, public ImportDataDto ImportData(String projectYear, String importMethod, String importType, Integer period,
String fileFullPath, MultipartFile f, String schemaPath, String userId) { String fileFullPath, String f, String schemaPath, String userId) {
logger.info("开始导入数据: importMethod: {0}, importType: {1}", importMethod, importType); logger.info("开始导入数据: importMethod: {0}, importType: {1}", importMethod, importType);
ImportDataDto importResult = new ImportDataDto(); ImportDataDto importResult = new ImportDataDto();
String ZipFileFolder = ""; String ZipFileFolder = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment