From 0ba9a7a825f4d18911abefd6195e1218a13c51bb Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Sat, 22 Apr 2023 21:57:55 -0700 Subject: [PATCH] Hardcoded Logistics_1 --- Adaptation/FileHandlers/json/FileRead.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adaptation/FileHandlers/json/FileRead.cs b/Adaptation/FileHandlers/json/FileRead.cs index 2f07f46..ef326d8 100644 --- a/Adaptation/FileHandlers/json/FileRead.cs +++ b/Adaptation/FileHandlers/json/FileRead.cs @@ -128,7 +128,7 @@ public class FileRead : Shared.FileRead, IFileRead private Tuple> GetExtractResult(string reportFullPath, DateTime dateTime) { Tuple> results = new(string.Empty, null, null, new List()); - _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);