Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
caoyan
2018-11-27 15:43:28 +0800
Commit
227cc9507776650add0936621ee1fcd3304fed5d
2 parents
bc25d1db
ee51ac11
Merge branch 'dev_suggestPrice_20181119' into test6.8.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yoho/ufo/service/impl/ChannelSkuCompareServiceImpl.java
product/src/main/java/com/yoho/ufo/service/impl/ChannelSkuCompareServiceImpl.java
View file @
227cc95
...
...
@@ -300,7 +300,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService,
if
(
null
==
price
)
{
return
"-"
;
}
return
String
.
format
(
"%
.2f"
,
price
.
double
Value
());
return
String
.
format
(
"%
d"
,
price
.
int
Value
());
}
private
boolean
checkAndBuildParam
(
ChannelSkuCompareReq
req
)
{
...
...
Please
register
or
login
to post a comment