From 1fda31eb3bf9de9b3e1f3957375270dadc41116c Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Thu, 27 Mar 2025 11:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=B8=8D=E8=A6=81=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Runtime/HyosungRuntime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs index 06c3856..bb8b140 100644 --- a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs +++ b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs @@ -425,7 +425,7 @@ public class HyosungRuntime( var version=await hyosungWmsService.GetItemInfoByItemCode(variety.Code); // await varietyService.SetLastNo(variety.Id, tray.ControlNo.Value); //await hyosungWmsService.UpdateControlNo(variety, tray.ControlNo.Value); - await hyosungWmsService.AddLabelResult(new LabelResult(tray, variety)); + // await hyosungWmsService.AddLabelResult(new LabelResult(tray, variety)); } logger.LogInformation($"plc request print label success");