lyl 6 years ago
parent
commit
6cd84a3f3a
1 changed files with 2 additions and 2 deletions
  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();