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
peuei
2019-01-15 18:08:57 +0800
Commit
1551cb3e297ae2c297eb9d23165083864abb2ca7
2 parents
4b767eb0
a5918d03
Merge branch 'test6.8.5' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.8.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
users/src/main/java/com/yohoufo/user/controller/favorite/FavoriteController.java
users/src/main/java/com/yohoufo/user/controller/favorite/FavoriteController.java
View file @
1551cb3
...
...
@@ -86,7 +86,7 @@ public class FavoriteController {
com
.
yohoufo
.
common
.
ApiResponse
productApiResponse
=
serviceCaller
.
call
(
"ufo.product.search.list"
,
type
,
null
,
product_id
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
null
,
limit
,
page
,
limit
,
page
,
""
);
if
(
productApiResponse
!=
null
&&
productApiResponse
.
getData
()!=
null
){
...
...
Please
register
or
login
to post a comment