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

Commit 33d272ea authored by 胡佳晨's avatar 胡佳晨

快递费0

parent 7b9b8763
......@@ -349,7 +349,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
if (addressesVo == null) {
storeOrder.setPriceExpress(BigDecimal.ZERO);
} else {
storeOrder.setPriceExpress(BigDecimal.TEN);
storeOrder.setPriceExpress(BigDecimal.ZERO);
}
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