Authored by unknown

fix

... ... @@ -71,7 +71,7 @@ public class ProductIndexBaseService {
productIndexIncludeFields.add(ProductIndexEsField.gender);
productIndexIncludeFields.add(ProductIndexEsField.ageLevel);
productIndexIncludeFields.add(ProductIndexEsField.salesPhrase);
productIndexIncludeFields.add(ProductIndexEsField.phrase);
//productIndexIncludeFields.add(ProductIndexEsField.phrase);
productIndexIncludeFields.add(ProductIndexEsField.status);
productIndexIncludeFields.add(ProductIndexEsField.goodsList);
... ...