diff --git a/Seyounth.Hyosung.Core/Scanner/HyosungScannerService.cs b/Seyounth.Hyosung.Core/Scanner/HyosungScannerService.cs index 2d091e2..637328e 100644 --- a/Seyounth.Hyosung.Core/Scanner/HyosungScannerService.cs +++ b/Seyounth.Hyosung.Core/Scanner/HyosungScannerService.cs @@ -29,9 +29,9 @@ public class HyosungScannerService : IHyosungScannerService _fixtureScanners.TryAdd(3, new HikScanner("192.168.3.33", 2001)); _fixtureScanners.TryAdd(4, new HikScanner("192.168.3.30", 2001)); _carScanners.Add(new HikScanner("192.168.30.46", 2001,5000)); - //_carScanners.Add(new HikScanner("1920.168.3.48", 2001,5000)); + _carScanners.Add(new HikScanner("1920.168.3.48", 2001,5000)); _varietyScanners.Add(new HikScanner("192.168.30.47", 2001,10000)); - //_varietyScanners.Add(new HikScanner("192.168.3.49", 2001,10000)); + _varietyScanners.Add(new HikScanner("192.168.3.49", 2001,10000)); _logger = logger; lastCodes.Add(""); lastCodes.Add(""); diff --git a/Seyounth.Hyosung.Data/Services/Hyosung/HyosungWmsService.cs b/Seyounth.Hyosung.Data/Services/Hyosung/HyosungWmsService.cs index 24a1252..08165e9 100644 --- a/Seyounth.Hyosung.Data/Services/Hyosung/HyosungWmsService.cs +++ b/Seyounth.Hyosung.Data/Services/Hyosung/HyosungWmsService.cs @@ -124,8 +124,8 @@ public class HyosungWmsService : IHyosungWmsService CREATED_BY = "seyounth", STATUS = "R" }).ExecuteCommandAsync(); - await _db.Updateable() - .Where(x => x.BAR_CODE == barcode) - .SetColumns(x => x.TRI_INTERFACE_YN, "Y").ExecuteCommandAsync(); + //await _db.Updateable() + // .Where(x => x.BAR_CODE == barcode) + // .SetColumns(x => x.TRI_INTERFACE_YN, "Y").ExecuteCommandAsync(); } } \ No newline at end of file