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

Commit 0709684f authored by jiangxiulong's avatar jiangxiulong

Merge branch 'test'

parents e358510b 9ffdceec
......@@ -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