Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
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
wangnan9279
2018-06-04 13:46:48 +0800
Commit
ce74b31a3cd6256bf7315d30c3dce794022eca40
1 parent
59b9a437
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/service/index/CustomizeTagBaseService.java
service/src/main/java/com/yoho/search/service/index/CustomizeTagBaseService.java
View file @
ce74b31
...
...
@@ -76,7 +76,7 @@ public class CustomizeTagBaseService {
productMap
.
put
(
"customize_tag_new"
,
customizeTags
);
}
}
catch
(
Exception
e
)
{
logger
.
error
(
e
.
getMessage
());
logger
.
error
(
e
.
getMessage
()
,
e
);
}
}
...
...
Please
register
or
login
to post a comment