Employee bug

#pragma warning restore IDE0060
connectionCount
This commit is contained in:
2023-04-24 15:08:00 -07:00
parent cb8a14f5b8
commit 2cfddf6756
17 changed files with 54 additions and 72 deletions

View File

@ -427,7 +427,7 @@ public partial class ProcessData : IProcessData
wafer = descriptor.Wafer;
layer = descriptor.Layer;
reactor = descriptor.Reactor;
if (employee != wafer)
if (string.IsNullOrEmpty(employee))
employee = descriptor.Employee;
if (string.IsNullOrEmpty(lastProcessData.Wafer))
{
@ -491,10 +491,10 @@ public partial class ProcessData : IProcessData
UniqueId = string.Concat(title, '_', wafer, '_', logistics.DateTimeFromSequence.ToString("yyyyMMddHHmmssffff"), '_', logistics.TotalSecondsSinceLastWriteTimeFromSequence);
}
#pragma warning disable IDE0060
private void Parse(IFileRead fileRead, Logistics logistics, List<FileInfo> fileInfoCollection, string originalDataBioRad, ProcessData lastProcessData, long tickOffset)
#pragma warning restore IDE0060
{
if (fileRead is null)
{ }
_I = 0;
_Data = string.Empty;
List<Detail> details = new();