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