sueblue 7 年之前
父节点
当前提交
f5be2432a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FCS.Crawler/Content/Jobs/FootJobs/ZCLotteryGames/GamesJob.cs

+ 1 - 1
FCS.Crawler/Content/Jobs/FootJobs/ZCLotteryGames/GamesJob.cs

@@ -231,7 +231,7 @@ namespace FCS.Crawler.ZCLotteryGames
                 }
                 foreach (var item1 in group_game)
                 {
-                    listint.Add(item.PK);
+                    listint.Add(item1.PK);
                 }
             }
             Thread.Sleep(5000);