Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
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
gemingdan
2016-12-28 15:11:53 +0800
Commit
2aa9ae2915f7271aaf52182179aa723877caf409
1 parent
cc5a922b
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/consumer/service/base/PromotionProductService.java
service/src/main/java/com/yoho/search/consumer/service/base/PromotionProductService.java
View file @
2aa9ae2
...
...
@@ -26,7 +26,7 @@ public class PromotionProductService {
result
.
append
(
pp
.
getPromotionId
()).
append
(
","
);
}
if
(
result
.
length
()<
1
){
return
""
;
return
null
;
}
return
result
.
substring
(
0
,
result
.
length
()-
1
);
}
...
...
Please
register
or
login
to post a comment