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