From af40353527f3e546a707b6ddc89dabffbd693340 Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Sat, 12 Apr 2025 14:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=A5=E5=8F=A32=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E6=9E=AA=20=E4=BB=A5=E5=8F=8A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Core/Scanner/HyosungScannerService.cs | 4 ++-- Seyounth.Hyosung.Data/Services/Hyosung/HyosungWmsService.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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