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
Plain Diff
Browse Files
Authored by
yyq
2016-06-30 18:14:49 +0800
Commit
4309d2c06493f72a7db22716fb4248a66af1d0d6
2 parents
76a0d6a5
bee06a4e
Merge branch 'hotfix/newSaleCode'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/public-handler.js
apps/product/models/public-handler.js
View file @
4309d2c
...
...
@@ -556,7 +556,7 @@ exports.handleSaleFilterData = (origin, params) => {
// 尺码处理
if
(
!
_
.
isEmpty
(
origin
.
size
))
{
if
(
params
.
saleType
===
'
1
'
)
{
if
(
params
.
saleType
===
'
5
'
)
{
// 断码区尺码处理
dest
.
size
=
handleSalebreakingYardsSortData
(
origin
.
size
,
params
);
...
...
Please
register
or
login
to post a comment