diff --git a/business/jxstore/promotion/jd_promotion.go b/business/jxstore/promotion/jd_promotion.go index 8abb597aa..67deb83c0 100644 --- a/business/jxstore/promotion/jd_promotion.go +++ b/business/jxstore/promotion/jd_promotion.go @@ -373,6 +373,8 @@ func CreateJdPromotion(ctx *jxcontext.Context, vendorID int, isIDJd bool, isAsyn if len(promotionPrices) == 0 { return "", ErrEmptySkus } + } else { + promotion.Status = model.PromotionStatusRemoteCreated } } else { promotion.VendorPromotionID = vendorPromotionID