diff --git a/business/jxstore/promotion/jd_promotion.go b/business/jxstore/promotion/jd_promotion.go index b228fcadd..8fdd576fe 100644 --- a/business/jxstore/promotion/jd_promotion.go +++ b/business/jxstore/promotion/jd_promotion.go @@ -185,9 +185,10 @@ func scheduleDailyRoutine() { } func scheduleRoutine() { + RefreshJdLockStoreSku() + RefreshJdStoreSkuStock() + time.AfterFunc(stockRefreshGap, func() { - RefreshJdLockStoreSku() - RefreshJdStoreSkuStock() scheduleRoutine() }) }