sale special query params
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -542,10 +542,10 @@ exports.getSaleSpecialData = (id, params, channel) => { | @@ -542,10 +542,10 @@ exports.getSaleSpecialData = (id, params, channel) => { | ||
542 | node: data.left_ad_code // 水牌node | 542 | node: data.left_ad_code // 水牌node |
543 | }); | 543 | }); |
544 | 544 | ||
545 | - // 传品牌ID参数 | ||
546 | - if (data.brand_id) { | ||
547 | - condition.brand = data.brand_id; | ||
548 | - } | 545 | + // // 传品牌ID参数 |
546 | + // if (data.brand_id) { | ||
547 | + // condition.brand = data.brand_id; | ||
548 | + // } | ||
549 | 549 | ||
550 | // 传促销id,促销id为空时传专区id | 550 | // 传促销id,促销id为空时传专区id |
551 | if (data.ispromotion) { | 551 | if (data.ispromotion) { |
-
Please register or login to post a comment