InterceptIQS

_Logistics.Logistics1 over processDataStandardFormat.Logistics

Version>2.59.0</Version
This commit is contained in:
2025-04-28 13:46:01 -07:00
parent 7c19bdf9ce
commit 6c9d81a3ec
5 changed files with 17 additions and 15 deletions

View File

@ -164,7 +164,7 @@ public class FileRead : Shared.FileRead, IFileRead
SetFileParameterLotIDToLogisticsMID();
if (_IsEAFHosted && _FileConnectorConfiguration.FileScanningIntervalInSeconds > 0)
ReWriteFile(reportFullPath, dateTime);
results = new Tuple<string, Test[], JsonElement[], List<FileInfo>>(string.Join(Environment.NewLine, processDataStandardFormat.Logistics[0]), Array.Empty<Test>(), Array.Empty<JsonElement>(), new List<FileInfo>());
results = new Tuple<string, Test[], JsonElement[], List<FileInfo>>(string.Join(Environment.NewLine, _Logistics.Logistics1), Array.Empty<Test>(), Array.Empty<JsonElement>(), new List<FileInfo>());
return results;
}