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