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)