lyl 7 سال پیش
والد
کامیت
6cd84a3f3a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      FCS.Crawler/Content/UpdateService/UpdateJobs/Update_PlayerJob.cs

+ 2 - 2
FCS.Crawler/Content/UpdateService/UpdateJobs/Update_PlayerJob.cs

@@ -33,8 +33,8 @@ namespace FCS.Crawler
             ThreadPool.SetMaxThreads(200, 200);
             CommonHelper.LogBD("开始Update_PlayerJob");
             new IPJob().GetIP();
-            //new FootBallTeamsJob().GetAll();
-            //new FootballPlayerJob().GetAll();
+            new FootBallTeamsJob().GetAll();
+            new FootballPlayerJob().GetAll();
 
 
             new GoalSingleDbListJob().Click();