提交 a731ec1f authored 作者: Whispa's avatar Whispa

commit commit

上级 4b48f782
......@@ -228,9 +228,7 @@ public class TbCfOrder {
BigDecimal itemPrice = item.getItemPriceTotal();
TbCfExpressTemplate template = item.getTemplate();
if( template != null){
System.out.println("Fee");
System.out.println(template.getHandlingFee());
System.out.println("Tax tariff");
System.out.println(template.getTariff());
}
template = template == null ? defaultTemplate : template;
......@@ -280,8 +278,6 @@ public class TbCfOrder {
}
}
System.out.println(tax);
System.out.println(fee);
totalPrice = itemsPrice.add(fee).add(tax).add(expressCost);
......@@ -299,7 +295,7 @@ public class TbCfOrder {
private void countRealityPay() {
if (coupon != null) {
setCouponPrice(coupon.getDeductAmount());
setCouponId(coupon.getCouponId());
// setCouponId(coupon.getCouponId());
}
BigDecimal couponPrice = this.getCouponPrice();
//实际需要支付款项
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论