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
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
2018-10-30 16:21:57 +0800
Commit
3a8456d0096a97a937a872fb89d35691a8484813
1 parent
09f54694
bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
product/src/main/java/com/yohoufo/product/helper/SearchParam.java
product/src/main/java/com/yohoufo/product/helper/SearchParam.java
View file @
3a8456d
...
...
@@ -76,6 +76,8 @@ public class SearchParam {
}
if
(
StringUtils
.
isNotEmpty
(
orderVal
))
{
param
.
put
(
SearchConstants
.
IndexNameConstant
.
ORDER
,
orderVal
);
}
else
{
param
.
put
(
SearchConstants
.
IndexNameConstant
.
ORDER
,
order
);
}
}
return
this
;
...
...
Please
register
or
login
to post a comment