|
|
@@ -292,7 +292,7 @@ public class SearchServiceImpl implements SearchService{
|
|
|
switch (type) {
|
|
|
case COMPONENT:
|
|
|
result = restTemplate.getForObject(sysConf.getSearchUrl() + SearchUrl.SIMILAR_PRODUCTS_URL, String.class, map);
|
|
|
- result = result.replaceAll("pcmpcode","cmpcode");
|
|
|
+ result = result.replaceAll("pcmpcode","code");
|
|
|
break;
|
|
|
case BRAND:
|
|
|
result = restTemplate.getForObject(sysConf.getSearchUrl() + SearchUrl.SIMILAR_BRAND_URL, String.class, map);
|