From 83edcfa45e9c9b2c5b24bc644f0d43940725be12 Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Fri, 11 Apr 2025 14:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= 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 bbbd604..339df81 100644 --- a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs +++ b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs @@ -208,7 +208,7 @@ public class HyosungRuntime( //标志下线已完成 await hyosungPlcService.LeaveCompletedAsync(); var tray = await trayService.GetByCode(info.TrayCode); - //await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode); + await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode); logger.LogInformation($"plc leaving production line success"); } catch (Exception e)