Hardcoded Logistics_1

This commit is contained in:
Mike Phares 2023-04-22 21:57:55 -07:00
parent c7995ffd4f
commit 0ba9a7a825

View File

@ -128,7 +128,7 @@ public class FileRead : Shared.FileRead, IFileRead
private Tuple<string, Test[], JsonElement[], List<FileInfo>> GetExtractResult(string reportFullPath, DateTime dateTime)
{
Tuple<string, Test[], JsonElement[], List<FileInfo>> results = new(string.Empty, null, null, new List<FileInfo>());
_Logistics = new Logistics(this);
_Logistics = new Logistics(reportFullPath, $"LOGISTICS_1{'\t'}A_JOBID={"BACKLOG"};A_MES_ENTITY={"BACKLOG"};");
string json = File.ReadAllText(reportFullPath);
if (_Json == json)
results.Item4.Add(_Logistics.FileInfo);