瀏覽代碼

思泰克添加自动切换工单

yhluo 3 月之前
父節點
當前提交
061bddc5b7
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      UAS_MES_BG/FunctionCode/Make/Make_ParseLog.cs

+ 3 - 1
UAS_MES_BG/FunctionCode/Make/Make_ParseLog.cs

@@ -127,7 +127,9 @@ namespace UAS_MES_NEW.Make
                 case 1:
                     currFileType = "csv";
                     equiType = "SPI";
-                    SPITimer.Stop();
+
+                    SPITimer_Tick(null, null);
+                    SPITimer.Start();
                     break;
                 case 2:
                     currFileType = "txt";