From 267a13d16618be46b76531b98f840b944962269a Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 18 Jan 2019 18:43:35 +0800 Subject: [PATCH] - stop jd promotion.scheduleRoutine --- business/jxstore/promotion/jd_promotion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/promotion/jd_promotion.go b/business/jxstore/promotion/jd_promotion.go index f00df9192..d830602be 100644 --- a/business/jxstore/promotion/jd_promotion.go +++ b/business/jxstore/promotion/jd_promotion.go @@ -227,7 +227,7 @@ func scheduleRoutine(isFirst bool) { func Init() { scheduleDailyRoutine(true) - scheduleRoutine(true) + // scheduleRoutine(true) } func CreateJdPromotion(ctx *jxcontext.Context, isIDJd bool, isAsync, isContinueWhenError bool, vendorPromotionID string, params *PromotionParams, mapData map[string]interface{}) (hint string, err error) {