...
|
...
|
@@ -289,6 +289,9 @@ public class ChannelSkuCompareServiceImpl implements IChannelSkuCompareService, |
|
|
}
|
|
|
|
|
|
private static String getFormatPrice(BigDecimal price) {
|
|
|
if(null == price) {
|
|
|
return "-";
|
|
|
}
|
|
|
return String.format("%.2f", price.doubleValue());
|
|
|
}
|
|
|
|
...
|
...
|
|