Skip to content

Commit

Permalink
hotfix: retun 0L when predictDiscountRate is null
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs committed Sep 1, 2024
1 parent 29c8ebd commit 610d6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private Page<GetProductThumbnail> findProducts(
product.price,
product.discountPrice,
product.discountRate,
product.predictPriceDiscountRate,
product.predictPriceDiscountRate.coalesce(0L),
product.brandName,
getQualityRateValue(),
productLike.id.isNotNull()))
Expand Down

0 comments on commit 610d6ab

Please sign in to comment.