商品结算时无快递费用

This commit is contained in:
17600048398 2023-03-10 16:36:33 +08:00
parent 4d379d6006
commit 4af58aea4a

View File

@ -71,7 +71,7 @@ public class SkuFreightRender implements CartRenderStep {
&& !freightTemplate.getFreightTemplateChildList().isEmpty()) { && !freightTemplate.getFreightTemplateChildList().isEmpty()) {
//店铺模版免运费则跳过 //店铺模版免运费则跳过
if (freightTemplate.getPricingMethod().equals(FreightTemplateEnum.FREE.name())) { if (freightTemplate.getPricingMethod().equals(FreightTemplateEnum.FREE.name())) {
break; continue;
} }
//运费模版 //运费模版