- 京西活动状态统一为正常

This commit is contained in:
gazebo
2019-06-25 18:22:15 +08:00
parent 66d523c210
commit 4de91f4298

View File

@@ -373,6 +373,8 @@ func CreateJdPromotion(ctx *jxcontext.Context, vendorID int, isIDJd bool, isAsyn
if len(promotionPrices) == 0 { if len(promotionPrices) == 0 {
return "", ErrEmptySkus return "", ErrEmptySkus
} }
} else {
promotion.Status = model.PromotionStatusRemoteCreated
} }
} else { } else {
promotion.VendorPromotionID = vendorPromotionID promotion.VendorPromotionID = vendorPromotionID