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();