Commit e4a9fcac by caosy

APP 会员专享

parent f4b29e5d
......@@ -238,6 +238,7 @@ public abstract class AbstractOrderService<H extends AbstractOrderBean<T>, T> ex
abstractOrderBean.setTotalAmount(new BigDecimal("0.01"));
abstractOrderBean.setAmount(new BigDecimal("0.01"));
abstractOrderBean.setAdjustAmount(new BigDecimal("0.01"));
abstractOrderBean.setPrePayAmount(new BigDecimal("0.01"));
}
Order order = this.saveOrder(abstractOrderBean);
this.saveOrUpdateInvoice(abstractOrderBean.getInvoice(), order);
......
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