修改报表导出时间

This commit is contained in:
zhangzhuo 2025-04-01 15:29:09 +08:00
parent 380a5e6b7c
commit 1d6c2a99c9

View File

@ -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)