Commit 907b19fb by lcx

定时任务上传文件更改为抽取的文件

parent ec65359e
...@@ -130,7 +130,7 @@ public void ExportFile() ...@@ -130,7 +130,7 @@ public void ExportFile()
string extractFilePath = extractService.Main(allot.ID, allot.HospitalId, "", "User" + userId, filePath, isSingle); string extractFilePath = extractService.Main(allot.ID, allot.HospitalId, "", "User" + userId, filePath, isSingle);
if (string.IsNullOrEmpty(extractFilePath) || !FileHelper.IsExistFile(extractFilePath)) return; if (string.IsNullOrEmpty(extractFilePath) || !FileHelper.IsExistFile(extractFilePath)) return;
ImportFile(allot, filePath); ImportFile(allot, extractFilePath);
allotService.Generate(allot); allotService.Generate(allot);
} }
......
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