|
@@ -278,6 +278,7 @@ public class DocumentToObjectUtils {
|
|
|
if (!StringUtils.isEmpty(document.get(SearchConstants.GOODS_PR_PCMPCODE_FIELD))) {
|
|
if (!StringUtils.isEmpty(document.get(SearchConstants.GOODS_PR_PCMPCODE_FIELD))) {
|
|
|
products.setPcmpCode(document.get(SearchConstants.GOODS_PR_PCMPCODE_FIELD));
|
|
products.setPcmpCode(document.get(SearchConstants.GOODS_PR_PCMPCODE_FIELD));
|
|
|
}
|
|
}
|
|
|
|
|
+ goods.setProducts(products);
|
|
|
return goods;
|
|
return goods;
|
|
|
}
|
|
}
|
|
|
|
|
|