MET08RESIMAPCDE - v2.43.0 - SPC and APC Bug Fix

This commit is contained in:
2022-06-10 09:39:38 -07:00
parent 2e660ec384
commit 044b0e2bcd
18 changed files with 119 additions and 167 deletions

View File

@ -65,7 +65,7 @@ public class WSRequest
Date = x.Date;
Op = x.Employee;
Engineer = x.Engineer;
EquipId = x.EquipId;
EquipId = logistics.MesEntity;
FileName = x.FileName;
Layer = x.Layer;
LotId = x.Lot;
@ -106,16 +106,8 @@ public class WSRequest
internal static void PostOpenInsightMetrologyViewerAttachments(IFileRead fileRead, Logistics logistics, string openInsightMetrologyViewerAPI, DateTime dateTime, string json, List<pcl.Description> descriptions, string matchDirectory)
{
if (fileRead is null)
{ }
if (logistics is null)
{ }
if (dateTime == DateTime.MinValue)
{ }
if (descriptions is null)
{ }
if (matchDirectory is null)
{ }
if (string.IsNullOrEmpty(json))
{
WSRequest wsRequest = new(fileRead, logistics, descriptions);