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
Plain Diff
Browse Files
Authored by
gemingdan
9 years ago
Commit
523304868ba4c4b4c128526f88602dcfa5366dfd
2 parents
d477ec9e
fc72ad99
Merge branch 'ge_country' into test
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/SearchServiceHelper.java
service/src/main/java/com/yoho/search/service/SearchServiceHelper.java
View file @
5233048
...
...
@@ -539,7 +539,7 @@ public class SearchServiceHelper {
}
else
{
productMap
.
put
(
"student_price"
,
map
.
get
(
"studentPrice"
));
}
// productMap.put("countryI
d", map.get("countryId"));
productMap
.
put
(
"country_i
d"
,
map
.
get
(
"countryId"
));
// 是否是全球购商品
productMap
.
put
(
"is_global"
,
map
.
get
(
"isGlobal"
)
==
null
?
"N"
:
map
.
get
(
"isGlobal"
));
...
...
Please
register
or
login
to post a comment