...
|
...
|
@@ -217,7 +217,7 @@ public class DepositOrderService { |
|
|
|
|
|
AppraiseAddressResp resp = expressInfoService.queryByUserAddress(uid, addressId);
|
|
|
|
|
|
BigDecimal contractFee = new BigDecimal(15); // 违约金
|
|
|
BigDecimal contractFee = new BigDecimal(0.1); // 违约金
|
|
|
BigDecimal shipFee = Optional.ofNullable(resp).map(AppraiseAddressResp::getShipFee).orElse(new BigDecimal(15)); // 运费
|
|
|
BigDecimal amount = contractFee.add(shipFee);
|
|
|
|
...
|
...
|
|