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

Commit d7c53e43 authored by 胡佳晨's avatar 胡佳晨

快递费 10

parent b3ae55ed
......@@ -351,7 +351,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
if (addressesVo == null) {
storeOrder.setPriceExpress(BigDecimal.ZERO);
} else {
storeOrder.setPriceExpress(BigDecimal.ZERO);
storeOrder.setPriceExpress(BigDecimal.TEN);
}
storeOrder.setPriceTotal(storeTotalPrice.add(storeOrder.getPriceExpress()));
BigDecimal priceActual = storeOrder.getPriceTotal().subtract(voucherPrice).subtract(storeVoucherPrice);
......
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