Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment