|
@ -393,6 +393,7 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
//設置容器空間某一個模型的某一個欄位 不提交到資料庫
|
|
|
//設置容器空間某一個模型的某一個欄位 不提交到資料庫
|
|
|
_context.Entry<BarcodeInfo>(barcodeInfo[0]).Property("CreateDate").IsModified = false; |
|
|
_context.Entry<BarcodeInfo>(barcodeInfo[0]).Property("CreateDate").IsModified = false; |
|
|
_context.Entry<BarcodeInfo>(barcodeInfo[0]).Property("CreateUserID").IsModified = false; |
|
|
_context.Entry<BarcodeInfo>(barcodeInfo[0]).Property("CreateUserID").IsModified = false; |
|
|
|
|
|
|
|
|
barcodeInfo[0].WipID = wipID; |
|
|
barcodeInfo[0].WipID = wipID; |
|
|
barcodeInfo[0].StationID = stationID; |
|
|
barcodeInfo[0].StationID = stationID; |
|
|
barcodeInfo[0].StatusNo = unitInfo[0].UnitCode; |
|
|
barcodeInfo[0].StatusNo = unitInfo[0].UnitCode; |
|
|