From c4ab9b521ed6008370e2262c7c962e571b11e082 Mon Sep 17 00:00:00 2001 From: monomania Date: Mon, 13 Jan 2020 17:56:31 +0800 Subject: [PATCH] =?UTF-8?q?1.C1=E5=8F=AA=E5=AF=B9=E6=9C=AA=E5=BC=80?= =?UTF-8?q?=E8=B5=9B=E7=9A=84=E5=9C=BA=E6=AC=A1=E8=BF=9B=E8=A1=8C=E5=A4=84?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E5=87=8F=E5=B0=91=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foot-core/module/analy/service/C1Service.go | 4 ++-- foot-spider/launch/FS101PortalApplication.go | 2 +- foot-spider/launch/FS202BaseFaceApplication.go | 4 ++-- foot-spider/launch/FS300AsiaLastApplication.go | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/foot-core/module/analy/service/C1Service.go b/foot-core/module/analy/service/C1Service.go index d37037f..82223af 100644 --- a/foot-core/module/analy/service/C1Service.go +++ b/foot-core/module/analy/service/C1Service.go @@ -29,8 +29,8 @@ func (this *C1Service) ModelName() string { } func (this *C1Service) Analy() { - //matchList := this.MatchLastService.FindNotFinished() - matchList := this.MatchLastService.FindAll() + matchList := this.MatchLastService.FindNotFinished() + //matchList := this.MatchLastService.FindAll() this.Analy_Process(matchList) } diff --git a/foot-spider/launch/FS101PortalApplication.go b/foot-spider/launch/FS101PortalApplication.go index 55dd1e5..0f00608 100644 --- a/foot-spider/launch/FS101PortalApplication.go +++ b/foot-spider/launch/FS101PortalApplication.go @@ -10,7 +10,7 @@ import ( func Clean(){ //清空数据表 Before_spider_match() - Before_spider_baseFace() + //Before_spider_baseFace() Before_spider_asiaLast() Before_spider_euroLast() } diff --git a/foot-spider/launch/FS202BaseFaceApplication.go b/foot-spider/launch/FS202BaseFaceApplication.go index baed94d..d44667e 100644 --- a/foot-spider/launch/FS202BaseFaceApplication.go +++ b/foot-spider/launch/FS202BaseFaceApplication.go @@ -18,8 +18,8 @@ func Before_spider_baseFace(){ //该页面已经被球探网废弃 func Spider_baseFace() { matchLastService := new(service2.MatchLastService) - //matchLasts := matchLastService.FindNotFinished() - matchLasts := matchLastService.FindAll() + matchLasts := matchLastService.FindNotFinished() + //matchLasts := matchLastService.FindAll() processer := proc.GetBaseFaceProcesser() processer.MatchLastList = matchLasts diff --git a/foot-spider/launch/FS300AsiaLastApplication.go b/foot-spider/launch/FS300AsiaLastApplication.go index e6a49ad..b8dc854 100644 --- a/foot-spider/launch/FS300AsiaLastApplication.go +++ b/foot-spider/launch/FS300AsiaLastApplication.go @@ -32,8 +32,8 @@ func Spider_asiaLast() { func Spider_asiaLastNew() { matchLastService := new(service2.MatchLastService) - //matchLasts := matchLastService.FindNotFinished() - matchLasts := matchLastService.FindAll() + matchLasts := matchLastService.FindNotFinished() + //matchLasts := matchLastService.FindAll() processer := proc.GetAsiaLastNewProcesser() processer.MatchLastList = matchLasts -- GitLab