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) {