From e7a454942b9afd0af2347747faceed460eef0a66 Mon Sep 17 00:00:00 2001 From: Marvin Date: Thu, 16 Nov 2023 10:40:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=BB=93=E8=BD=ACApi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/AMES/BarcodeInfoesController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AMESCoreStudio.WebApi/Controllers/AMES/BarcodeInfoesController.cs b/AMESCoreStudio.WebApi/Controllers/AMES/BarcodeInfoesController.cs index b8e713bc..1f0340a3 100644 --- a/AMESCoreStudio.WebApi/Controllers/AMES/BarcodeInfoesController.cs +++ b/AMESCoreStudio.WebApi/Controllers/AMES/BarcodeInfoesController.cs @@ -393,6 +393,7 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES //設置容器空間某一個模型的某一個欄位 不提交到資料庫 _context.Entry(barcodeInfo[0]).Property("CreateDate").IsModified = false; _context.Entry(barcodeInfo[0]).Property("CreateUserID").IsModified = false; + barcodeInfo[0].WipID = wipID; barcodeInfo[0].StationID = stationID; barcodeInfo[0].StatusNo = unitInfo[0].UnitCode;