diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 8703031a1..8ab5afdfd 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -111,7 +111,11 @@ func Init() { }, autoSaleStoreSkuTimeList) if beego.BConfig.RunMode == "beta" { - netspider.GetAndStoreCitiesShops(jxcontext.AdminCtx, nil, nil, 0, 0, false, true) + ScheduleTimerFunc("GetAndStoreCitiesShops", func() { + netspider.GetAndStoreCitiesShops(jxcontext.AdminCtx, nil, nil, 0, 0, false, false) + }, []string{ + "04:05:06", + }) } }