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