Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
qinchao
2019-04-25 17:55:26 +0800
Commit
6134917994fcbdbde28e338809f3f09f615d2079
2 parents
36eaeb47
ba244bbd
Merge branch 'test6.9.2' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.9.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
product/src/main/java/com/yohoufo/product/service/impl/ProductServiceImpl.java
product/src/main/java/com/yohoufo/product/service/impl/ProductServiceImpl.java
View file @
6134917
...
...
@@ -1204,6 +1204,9 @@ public class ProductServiceImpl implements ProductService {
}
else
if
(
sort
.
equals
(
"p_desc"
))
{
sort
=
"status asc, price desc, id desc"
;
}
if
(
StringUtils
.
isBlank
(
secondType
))
{
secondType
=
"5,6"
;
}
int
count
=
storagePriceMapper
.
selectSecondHandListCount
(
storageId
,
secondType
);
JSONObject
result
=
new
JSONObject
();
...
...
Please
register
or
login
to post a comment