商品结算时无快递费用
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
//运费模版
|
//运费模版
|
||||||
|
|||||||
Reference in New Issue
Block a user