From e81ca048ef4e9345e904b74ffffd3e8413d18a7e Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期一, 12 十二月 2022 15:58:51 +0800
Subject: [PATCH] 报表生成路径写死

---
 Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs b/Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs
index 01c628b..09fc411 100644
--- a/Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs
+++ b/Socket/IStation.DataDockingSocket4NT/control/SendControlJobHelper.cs
@@ -1,5 +1,4 @@
-锘縰sing IStation.DataDockingSocket.MsgHandle;
-using IStation.Untity;
+锘縰sing IStation.Untity;
 using System;
 using System.Collections.Generic;
 using System.Linq;
@@ -56,7 +55,7 @@
                         {
                             case Model.MonitorTestControlParas.eControlType.Stop:
                                 {
-                                    ShunDownMsgHelper.StartJob(session);
+                                    ShutDownMsgHelper.StartJob(session);
                                 }
                                 break;
                             case Model.MonitorTestControlParas.eControlType.Start:
@@ -66,16 +65,8 @@
                                     var context = Model.MonitorTestControlParas.StartContext.ToModel(paras.Context);
                                     if (context == null)
                                         return default;
-                                    switch (context.OperatingMode)
-                                    {
-                                        case Model.MonitorTestControlParas.eOperatingMode.Timing:
-                                            break;
-                                        case Model.MonitorTestControlParas.eOperatingMode.ConstantFlow:
-                                            break;
-                                        default:
-                                            break;
-                                    }
-                                    // StartUpMsgHelper.StartJob(session);
+                                    NtLogHelper.Debug(context.ToJson());
+                                    StartUpMsgHelper.StartJob(session, context);
                                 }
                                 break;
                             default:

--
Gitblit v1.9.3