diff --git a/AMESCoreStudio.Web/Controllers/PCSController.cs b/AMESCoreStudio.Web/Controllers/PCSController.cs index 074ea65..b16e63b 100644 --- a/AMESCoreStudio.Web/Controllers/PCSController.cs +++ b/AMESCoreStudio.Web/Controllers/PCSController.cs @@ -2413,7 +2413,7 @@ namespace AMESCoreStudio.Web.Controllers } // 生產條碼-條碼備註 - if (copyWipBarcode.Any()) + if (copyWipBarcode.Any() && model.wipBarcodes.Any()) { model.wipBarcode.Remarks = copyWipBarcode.FirstOrDefault().Remarks; }