Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-10-25 16:32:22 +0800
Commit
4bdaef5f11d155402c56e20bfd31cb55bc914e9e
1 parent
43cae97b
sale params
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale.js
apps/product/models/sale.js
View file @
4bdaef5
...
...
@@ -543,7 +543,7 @@ exports.getSaleSpecialData = (id, params, channel) => {
});
// 传品牌ID参数
if
(
special
.
brand_id
)
{
if
(
data
.
brand_id
)
{
condition
.
brand
=
data
.
brand_id
;
}
...
...
Please
register
or
login
to post a comment