src/Bro.M135.Common/MESHelper.cs
@@ -1,4 +1,5 @@ using Bro.Common.Helper; using Bro.Common.Interface; using Bro.Common.Model; using Newtonsoft.Json; using System.ComponentModel; @@ -50,7 +51,7 @@ data.result = isOK ? MES_OK : MES_NG; var specList = p.Details.SelectMany(u => u.ResultList.SelectMany(u => u.Specs)).ToList(); specList.AddRange(p.Details.SelectMany(u => u.SpecList ?? new List<Spec>())); specList.AddRange(p.Details.SelectMany(u => u.SpecList ?? new List<ISpec>())); specList.ForEach(s => {