ソースを参照

获取好哒FTP交易数据,方法改成静态

lcl 10 ヶ月 前
コミット
abc790a2ff
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Util/HaoDa/GetHaoDaFTPInfoService.cs

+ 1 - 1
Util/HaoDa/GetHaoDaFTPInfoService.cs

@@ -35,7 +35,7 @@ namespace MySystem
             // th1.Start();
 
             //每天凌晨执行获取好哒FTP昨日交易数据
-            Thread th2 = new Thread(GetFTPDataInfoYesterday);
+            Thread th2 = new Thread(GetFTPDataInfoYesterdayReady);
             th2.IsBackground = true;
             th2.Start();
         }