Authored by gemingdan

Merge branch 'ge_country' into test

... ... @@ -539,7 +539,7 @@ public class SearchServiceHelper {
}else{
productMap.put("student_price",map.get("studentPrice"));
}
// productMap.put("countryId", map.get("countryId"));
productMap.put("country_id", map.get("countryId"));
// 是否是全球购商品
productMap.put("is_global", map.get("isGlobal") == null ? "N" : map.get("isGlobal"));
... ...