Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs
@@ -1,5 +1,4 @@ using IStation.DataDockingSocket.MsgHandle; using IStation.Untity; using IStation.Untity; using System; using System.Collections.Generic; using System.Linq; @@ -66,7 +65,7 @@ var context = Model.MonitorTestControlParas.StartContext.ToModel(paras.Context); if (context == null) return default; NtLogHelper.Debug(context.ToJson()); StartUpMsgHelper.StartJob(session, context); } break;