...
|
...
|
@@ -192,6 +192,7 @@ public class ProductIndexService { |
|
|
map.put("physicalChannels", productIndexBO.getPhysicalChannels());
|
|
|
map.put("sknDefaultImg", productIndexBO.getSknDefaultImg());
|
|
|
map.put("phrase", productIndexBO.getPhrase());
|
|
|
map.put("isPhraseExist", productIndexBO.getIsPhraseExist());
|
|
|
map.put("pattern", productIndexBO.getPattern());
|
|
|
return map;
|
|
|
}
|
...
|
...
|
|