Commit 1c63f217 authored by unset's avatar unset

添加通知信息

parent 3d176807
...@@ -411,6 +411,8 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> { ...@@ -411,6 +411,8 @@ public class OrderInfoBiz extends BaseBiz<OrderInfoMapper, OrderInfo> {
if (orderInfo.getFee() != null) { if (orderInfo.getFee() != null) {
orderInfo.setTotalAmount(orderInfo.getAmount().add(orderInfo.getFee())); orderInfo.setTotalAmount(orderInfo.getAmount().add(orderInfo.getFee()));
} else {
orderInfo.setTotalAmount(orderInfo.getAmount());
} }
} }
} }
......
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