Commit 81aff03f by chongli

赛事部分退单,不退库存和占位

parent 741d5686
...@@ -469,7 +469,7 @@ public class OpEventActivityOrderService ...@@ -469,7 +469,7 @@ public class OpEventActivityOrderService
: orderProcessBean.getRefundAmount()))).add( : orderProcessBean.getRefundAmount()))).add(
order.getOnPayAmount() == null ? new BigDecimal(0) : order order.getOnPayAmount() == null ? new BigDecimal(0) : order
.getOnPayAmount())); .getOnPayAmount()));
return resultAmount.compareTo(BigDecimal.ZERO) <= 1; return resultAmount.compareTo(BigDecimal.ZERO) == 0;
} }
......
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 sign in to comment