diff --git a/MECF.Framework.Common/MECF/Framework/Common/Gem/GemManager.cs b/MECF.Framework.Common/MECF/Framework/Common/Gem/GemManager.cs index 38bc982..08a5472 100644 --- a/MECF.Framework.Common/MECF/Framework/Common/Gem/GemManager.cs +++ b/MECF.Framework.Common/MECF/Framework/Common/Gem/GemManager.cs @@ -738,7 +738,7 @@ namespace MECF.Framework.Common.Gem //终端消息确认 private bool TerminalMessageConfirm() { - _equipment?.TriggerEvent("MessageRecognition"); + _equipment?.TriggerEvent("MessageRecognition", new string[] { "Clock" }, new object[] { DateTime.Now.ToString() }); return true; }