From 1d6c2a99c9b8bf47e1859da4366bbf7d1a366a3e Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Tue, 1 Apr 2025 15:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=A1=A8=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=97=B6=E9=97=B4?= 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 bd7c972..ff3d182 100644 --- a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs +++ b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs @@ -204,10 +204,10 @@ public class HyosungRuntime( { await trayService.StorageAsync(info.TrayCode); + reportExportService.ExportSampleAsync(info.TrayCode); await hyosungAgvService.StorageAsync(info.TrayCode); //标志下线已完成 await hyosungPlcService.LeaveCompletedAsync(); - await reportExportService.ExportSampleAsync(info.TrayCode); logger.LogInformation($"plc leaving production line success"); } catch (Exception e)