记得上下班打卡 | git大法好,push需谨慎

Commit 9ffdceec authored by jiangxiulong's avatar jiangxiulong

精度

parent 54a07a32
......@@ -447,7 +447,7 @@ public class KylinOrderRefundsServiceImpl extends ServiceImpl<KylinOrderRefundsM
canRefundedPrice = onePrice;
}
entities.setCanRefundedPrice(canRefundedPrice);
if (canRefundedPrice.compareTo(BigDecimal.ZERO) <= 0) { // 退款中但是可退款金额为0不展示
if (canRefundedPrice.compareTo(BigDecimal.ZERO) > 0) { // 退款中但是可退款金额为0不展示
entitiesList.add(entities);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment