|
|
@@ -73,7 +73,7 @@ public class DocumentToObjectUtils {
|
|
|
}
|
|
|
// 标准型号和英文标准品牌为空时不建立索引
|
|
|
products.setpBrandEn(document.get(SearchConstants.PRODUCT_PRIVATE_PBRANDEN_FIELD));
|
|
|
- products.setpCmpCode(document.get(SearchConstants.PRODUCT_PRIVATE_CMPCODE_FIELD));
|
|
|
+ products.setpCmpCode(document.get(SearchConstants.PRODUCT_PRIVATE_PCMPCODE_FIELD));
|
|
|
if (!StringUtils.isEmpty(document.get(SearchConstants.PRODUCT_PRIVATE_STANDARD_FIELD))) {
|
|
|
products.setStandard(Short.valueOf(document.get(SearchConstants.PRODUCT_PRIVATE_STANDARD_FIELD)));
|
|
|
}
|