|
@@ -229,8 +229,8 @@ public class BrandListService implements ApplicationEventPublisherAware { |
|
@@ -229,8 +229,8 @@ public class BrandListService implements ApplicationEventPublisherAware { |
229
|
return result;
|
229
|
return result;
|
230
|
}
|
230
|
}
|
231
|
|
231
|
|
232
|
- @SearchCacheAble(cacheName = "UFO_BRAND_LIST", cacheInMinute = CacheInMinute.Minute_30, excludeParams = {"page", "order", "uid", "udid"})
|
|
|
233
|
- public SearchApiResult ufoBrandList(Map<String, String> paramMap) {
|
232
|
+ @SearchCacheAble(cacheName = "ufoBrandListForPlateForm", cacheInMinute = CacheInMinute.Minute_30, excludeParams = {"page", "order", "uid", "udid"})
|
|
|
233
|
+ public SearchApiResult ufoBrandListForPlateForm(Map<String, String> paramMap) {
|
234
|
try {
|
234
|
try {
|
235
|
// 1)构建参数
|
235
|
// 1)构建参数
|
236
|
SearchParam searchParam = new SearchParam();
|
236
|
SearchParam searchParam = new SearchParam();
|