|
@@ -43,7 +43,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
|
@@ -43,7 +43,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
43
|
private SearchAfterCacheService searchAfterCacheService;
|
43
|
private SearchAfterCacheService searchAfterCacheService;
|
44
|
|
44
|
|
45
|
@Override
|
45
|
@Override
|
46
|
- public SearchApiResult getSelectionsWithOutAdvance(Map<String, String> paramMap) {
|
46
|
+ public SearchApiResult getSelectionsForApp(Map<String, String> paramMap) {
|
47
|
try {
|
47
|
try {
|
48
|
// 首先解析参数转化为检索条件--SearchParam
|
48
|
// 首先解析参数转化为检索条件--SearchParam
|
49
|
SearchParam searchParam = new SearchParam();
|
49
|
SearchParam searchParam = new SearchParam();
|
|
@@ -82,7 +82,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
|
@@ -82,7 +82,7 @@ public class SelectionWithOutAdvanceImpl implements ISelectionsWithOutAdvanceSer |
82
|
searchCacheService.addJSONObjectToCache(productIndexName, searchParam, dataMap);
|
82
|
searchCacheService.addJSONObjectToCache(productIndexName, searchParam, dataMap);
|
83
|
return new SearchApiResult().setData(dataMap);
|
83
|
return new SearchApiResult().setData(dataMap);
|
84
|
} catch (Exception e) {
|
84
|
} catch (Exception e) {
|
85
|
- return SearchApiResultUtils.errorSearchApiResult("getSelectionsWithOutAdvance", paramMap, e);
|
85
|
+ return SearchApiResultUtils.errorSearchApiResult("getSelectionsForApp", paramMap, e);
|
86
|
}
|
86
|
}
|
87
|
}
|
87
|
}
|
88
|
|
88
|
|