Authored by unknown

fix bug

... ... @@ -95,6 +95,7 @@ public class ProductIndexBaseService {
productIndexIncludeFields.add(ProductIndexEsField.storeShowStatus);
productIndexIncludeFields.add(ProductIndexEsField.isGlobal);
productIndexIncludeFields.add(ProductIndexEsField.tblBrandId);
productIndexIncludeFields.add(ProductIndexEsField.tblCountryId);
productIndexIncludeFields.add(ProductIndexEsField.tblCountryName);
}
... ...