Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ class FuzzySceneProductListService{ | @@ -31,7 +31,7 @@ class FuzzySceneProductListService{ | ||
31 | private ProductListHelper productListHelper; | 31 | private ProductListHelper productListHelper; |
32 | 32 | ||
33 | @ProductListWithSknRetention | 33 | @ProductListWithSknRetention |
34 | - @SearchCacheAble(cacheName = "FUZZY_PRODUCT_LIST_PERSIONAL", cacheType = CacheType.SEARCH_REDIS, cacheInMinute = 10, excludeParams = {"uid", "udid", "firstProductSkn"}) | 34 | + @SearchCacheAble(cacheName = "FUZZY_PRODUCT_LIST_PERSIONAL", cacheType = CacheType.SEARCH_REDIS, cacheInMinute = 10) |
35 | public SearchApiResult fuzzyProductListPersional(Map<String, String> paramMap) { | 35 | public SearchApiResult fuzzyProductListPersional(Map<String, String> paramMap) { |
36 | try { | 36 | try { |
37 | // 1)定义页面为模糊搜索的页面 | 37 | // 1)定义页面为模糊搜索的页面 |
-
Please register or login to post a comment