Merge branch 'release/0725' into 'gray'
fix brandId See merge request !107
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -48,7 +48,8 @@ module.exports = class extends global.yoho.BaseModel { | @@ -48,7 +48,8 @@ module.exports = class extends global.yoho.BaseModel { | ||
48 | shopId: subValue.shop_id, | 48 | shopId: subValue.shop_id, |
49 | shopName: subValue.brand_name_en || subValue.brand_name_cn || subValue.brand_name, | 49 | shopName: subValue.brand_name_en || subValue.brand_name_cn || subValue.brand_name, |
50 | isRedShop: subValue.is_red_shop, | 50 | isRedShop: subValue.is_red_shop, |
51 | - shopTemplateType: subValue.shop_template_type | 51 | + shopTemplateType: subValue.shop_template_type, |
52 | + brandId: subValue.id | ||
52 | }); | 53 | }); |
53 | }); | 54 | }); |
54 | 55 |
-
Please register or login to post a comment