From d61b44a94e8d123814138d0dac3a54b2b09304b0 Mon Sep 17 00:00:00 2001 From: liuwf Date: Wed, 18 Dec 2024 09:22:41 +0800 Subject: [PATCH] . --- SlnMesnac.WPF/Page/DevMonitorPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlnMesnac.WPF/Page/DevMonitorPage.xaml.cs b/SlnMesnac.WPF/Page/DevMonitorPage.xaml.cs index dd89bfc..46c56d3 100644 --- a/SlnMesnac.WPF/Page/DevMonitorPage.xaml.cs +++ b/SlnMesnac.WPF/Page/DevMonitorPage.xaml.cs @@ -2839,7 +2839,7 @@ namespace SlnMesnac.WPF.Page Thread.Sleep(1000 * 90); // 90s二次确认防止误停: 如果正在一键开机,有可能存在部分机器没开完,此时需要等待90s再次确认 bool endResult = CheckStatusAndStopMachine(out string machineName); - if (endResult) + if (endResult && recipeManageCache.SystemStatus == "1") { // 停所有设备 StopMachine(99);