- stop jd promotion.scheduleRoutine

This commit is contained in:
gazebo
2019-01-18 18:43:35 +08:00
parent 0e01ba8f8a
commit 267a13d166

View File

@@ -227,7 +227,7 @@ func scheduleRoutine(isFirst bool) {
func Init() { func Init() {
scheduleDailyRoutine(true) 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) { func CreateJdPromotion(ctx *jxcontext.Context, isIDJd bool, isAsync, isContinueWhenError bool, vendorPromotionID string, params *PromotionParams, mapData map[string]interface{}) (hint string, err error) {