Authored by gemingdan

update

@@ -194,6 +194,7 @@ public class ProductIndexService { @@ -194,6 +194,7 @@ public class ProductIndexService {
194 map.put("phrase", productIndexBO.getPhrase()); 194 map.put("phrase", productIndexBO.getPhrase());
195 map.put("isPhraseExist", productIndexBO.getIsPhraseExist()); 195 map.put("isPhraseExist", productIndexBO.getIsPhraseExist());
196 map.put("pattern", productIndexBO.getPattern()); 196 map.put("pattern", productIndexBO.getPattern());
  197 + map.put("attributeNames", productIndexBO.getAttributeNames());
197 return map; 198 return map;
198 } 199 }
199 200