Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-07-25 14:21:55 +0800
Commit
8d32f924b886e4053131956bccd804997e27b626
2 parents
40dd0e43
667f646f
Merge branch 'release/0725' into 'gray'
fix brandId See merge request
!107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/channel/models/brand.js
apps/channel/models/brand.js
View file @
8d32f92
...
...
@@ -48,7 +48,8 @@ module.exports = class extends global.yoho.BaseModel {
shopId
:
subValue
.
shop_id
,
shopName
:
subValue
.
brand_name_en
||
subValue
.
brand_name_cn
||
subValue
.
brand_name
,
isRedShop
:
subValue
.
is_red_shop
,
shopTemplateType
:
subValue
.
shop_template_type
shopTemplateType
:
subValue
.
shop_template_type
,
brandId
:
subValue
.
id
});
});
...
...
Please
register
or
login
to post a comment