Commit 7eb98201 authored by jiaorz's avatar jiaorz

修改后台取消订单

parent ab5cb536
...@@ -156,7 +156,7 @@ public class OrderAccountBiz extends BaseBiz<OrderAccountMapper,OrderAccount> { ...@@ -156,7 +156,7 @@ public class OrderAccountBiz extends BaseBiz<OrderAccountMapper,OrderAccount> {
depositDeductAmount = orderViolateCoverAmount; depositDeductAmount = orderViolateCoverAmount;
} }
if (null != depositViolateCoverAmount) { if (null != depositViolateCoverAmount) {
depositDeductAmount = orderViolateCoverAmount; depositDeductAmount = depositViolateCoverAmount;
} }
if(topAmount.compareTo(depositDeductAmount) > 0) { if(topAmount.compareTo(depositDeductAmount) > 0) {
totalDeductAmount = totalDeductAmount.add(depositDeductAmount); totalDeductAmount = totalDeductAmount.add(depositDeductAmount);
......
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