v2.47.1 - Ready to test IQS query
This commit is contained in:
@ -23,7 +23,7 @@ public class ProcessData : IProcessData
|
||||
|
||||
public string JobID { get; set; }
|
||||
public string MesEntity { get; set; }
|
||||
public string Date { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public string DcnAllMax { get; set; }
|
||||
public string DcnAllMean { get; set; }
|
||||
public string DcnAllMin { get; set; }
|
||||
@ -283,7 +283,7 @@ public class ProcessData : IProcessData
|
||||
_Data = string.Empty;
|
||||
JobID = logistics.JobID;
|
||||
MesEntity = logistics.MesEntity;
|
||||
Date = DateTime.Now.ToString();
|
||||
Date = DateTime.Now;
|
||||
_Log = LogManager.GetLogger(typeof(ProcessData));
|
||||
Parse(fileRead, logistics, fileInfoCollection);
|
||||
}
|
||||
|
Reference in New Issue
Block a user