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