|
@ -333,7 +333,6 @@ namespace AMESCoreStudio.WebApi.Controllers.AMES |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
barCodeItem.PartNo = KPs.inputData; |
|
|
barCodeItem.PartNo = KPs.inputData; |
|
|
barCodeItem.StationID = barCodeCheckDto.stationID; |
|
|
|
|
|
barCodeItem.UpdateDate = DateTime.Now; |
|
|
barCodeItem.UpdateDate = DateTime.Now; |
|
|
update_BarCodeItem.Add(barCodeItem); |
|
|
update_BarCodeItem.Add(barCodeItem); |
|
|
|
|
|
|
|
|