mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 07:11:52 +08:00
【功能完善】商城:App 满减送活动的详情,增加 description 规则描述
This commit is contained in:
parent
ce9f00edef
commit
4fc10eff77
@ -124,7 +124,6 @@ public class TradeDeliveryPriceCalculator implements TradePriceCalculator {
|
||||
TradeConfigDO config = tradeConfigService.getTradeConfig();
|
||||
return config == null
|
||||
|| Boolean.TRUE.equals(config.getDeliveryExpressFreeEnabled()) // 开启包邮
|
||||
|| result.getFreeDelivery() //满减包邮
|
||||
|| result.getPrice().getPayPrice() >= config.getDeliveryExpressFreePrice(); // 满足包邮的价格
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user