...
|
...
|
@@ -179,7 +179,7 @@ public class FavoriteSkuService { |
|
|
if (null == fee){
|
|
|
return null;
|
|
|
}
|
|
|
return BigDecimalHelper.formatNumber(fee, BigDecimalHelper.FORMAT_TWOBITAFTERPOINT);
|
|
|
return BigDecimalHelper.formatNumber(fee, BigDecimalHelper.FORMAT_NOPOINT);
|
|
|
}
|
|
|
|
|
|
private boolean containsProductSku(List<UserFavoriteSku> favoriteList, List<Integer> storageIds) {
|
...
|
...
|
|