|
|
|
@ -761,7 +761,7 @@ public class YxStoreProductServiceImpl extends BaseServiceImpl<StoreProductMappe
|
|
|
|
|
YxStoreProductAttrValue storeProductAttrValue = yxStoreProductAttrValueService |
|
|
|
|
.getOne(Wrappers.<YxStoreProductAttrValue>lambdaQuery() |
|
|
|
|
.eq(YxStoreProductAttrValue::getProductId, id) |
|
|
|
|
.eq(YxStoreProductAttrValue::getSku, sku)); |
|
|
|
|
.eq(YxStoreProductAttrValue::getSku, sku),false); |
|
|
|
|
if (storeProductAttrValue != null) { |
|
|
|
|
valueMap.put("sku",storeProductAttrValue.getSku()); |
|
|
|
|
valueMap.put("pic", storeProductAttrValue.getImage()); |
|
|
|
|