|
|
|
@@ -133,7 +133,7 @@ public class TtGoodsCategoryServiceImpl implements TtGoodsCategoryService { |
|
|
|
} |
|
|
|
} |
|
|
|
if(!coupon.getSkuAttrKeyValueMap().isEmpty()){ |
|
|
|
for (GoodsTemplateGet.ProductAttrs attr: temp.getProductAttrs()) { |
|
|
|
for (GoodsTemplateGet.ProductAttrs attr: temp.getSkuAttrs()) { |
|
|
|
String value = coupon.getSkuAttrKeyValueMap().get(attr.getKey()); |
|
|
|
if(StringUtils.isNotBlank(value)){ |
|
|
|
attr.setData(value); |
|
|
|
|