lyl преди 6 години
родител
ревизия
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();