Browse Source

1. 修正FQC

PTD
Ray 3 years ago
parent
commit
52c8f7a4de
  1. 7
      AMESCoreStudio.Web/Controllers/FQCController.cs

7
AMESCoreStudio.Web/Controllers/FQCController.cs

@ -816,13 +816,6 @@ namespace AMESCoreStudio.Web.Controllers
FqcResultMaster.PassQty += 1; FqcResultMaster.PassQty += 1;
#endregion #endregion
dynamic[] dy = JsonConvert.DeserializeObject<JObject[]>("API回傳值");
string aa = string.Empty;
// 取個別單一
if (dy.Count() != 0)
{
aa = dy.FirstOrDefault().MSG;
}
IResultModel<FqcResultMaster> result; IResultModel<FqcResultMaster> result;
if (result_FqcResultMaster.Count == 0) if (result_FqcResultMaster.Count == 0)
{ {

Loading…
Cancel
Save