MET08DDUPSFS6420 - v2.43.0 - Remove unit for IQS

Remove RecordStart
Update Mona
Logistics update
This commit is contained in:
2022-06-16 12:40:15 -07:00
parent acbbb75404
commit b5244f1166
8 changed files with 288 additions and 327 deletions

View File

@ -626,7 +626,7 @@ public class ProcessData : IProcessData
// dataFiles[i].Date = DateTime.Parse(dataFiles[i].Date).ToString();
foreach (string sourceFile in sourceFiles)
fileInfoCollection.Add(new FileInfo(sourceFile));
fileInfoCollection.Add(new FileInfo(logistics.ReportFullPath));
fileInfoCollection.Add(logistics.FileInfo);
}
#nullable enable