Merge branch 'dev_suggestPrice_20181119' into test6.8.2
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -300,7 +300,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | @@ -300,7 +300,7 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, | ||
300 | if(null == price) { | 300 | if(null == price) { |
301 | return "-"; | 301 | return "-"; |
302 | } | 302 | } |
303 | - return String.format("%.2f", price.doubleValue()); | 303 | + return String.format("%d", price.intValue()); |
304 | } | 304 | } |
305 | 305 | ||
306 | private boolean checkAndBuildParam(ChannelSkuCompareReq req) { | 306 | private boolean checkAndBuildParam(ChannelSkuCompareReq req) { |
-
Please register or login to post a comment