- 京西活动不对参数进行检查
This commit is contained in:
@@ -283,7 +283,7 @@ func CreateJdPromotion(ctx *jxcontext.Context, vendorID int, isIDJd bool, isAsyn
|
|||||||
Source: PromotionSourceOpenPlatform,
|
Source: PromotionSourceOpenPlatform,
|
||||||
}
|
}
|
||||||
|
|
||||||
if vendorPromotionID == "" {
|
if vendorPromotionID == "" && vendorID == model.VendorIDJD {
|
||||||
skuIDs := make([]int, len(params.SkuPrices))
|
skuIDs := make([]int, len(params.SkuPrices))
|
||||||
skuPriceMap := make(map[int64]*SkuPrice)
|
skuPriceMap := make(map[int64]*SkuPrice)
|
||||||
for k, v := range params.SkuPrices {
|
for k, v := range params.SkuPrices {
|
||||||
|
|||||||
Reference in New Issue
Block a user