...
|
...
|
@@ -221,7 +221,9 @@ public class ProductIndexBaseService { |
|
|
|
|
|
//ufo
|
|
|
productMap.put("is_ufo", MapUtils.getString(map, ProductIndexEsField.isUfo, "N"));
|
|
|
|
|
|
if(MapUtils.getString(productMap,"is_ufo","N").equalsIgnoreCase("Y")){
|
|
|
productMap.put("product_name","【球鞋交易】" + MapUtils.getString(productMap, "product_name", ""));
|
|
|
}
|
|
|
return productMap;
|
|
|
}
|
|
|
|
...
|
...
|
|