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)