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

Commit 470eb936 authored by zhoujianping's avatar zhoujianping

修改手动商品金额退款

parent cd930d73
......@@ -303,7 +303,7 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService {
backOrder.setBackPriceExpress(BigDecimal.ZERO);
}
} else {
backOrder.setRealBackPrice(orderVo.getPriceActual());
backOrder.setRealBackPrice(orderVo.getPriceActual().subtract(orderVo.getPriceExpress()));
backOrder.setBackPriceExpress(orderVo.getPriceExpress());
}
backOrder.setReason(param.getReason());
......
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