...
|
...
|
@@ -65,7 +65,7 @@ public class WebNewShelveService implements ApplicationEventPublisherAware { |
|
|
this.publisher = applicationEventPublisher;
|
|
|
}
|
|
|
|
|
|
@SearchCacheAble(cacheName = "WEB_NEW_SHELVE", cacheInMinute = 15, cacheType = CacheType.SEARCH_REDIS, excludeParams = {"uid", "udid"})
|
|
|
@SearchCacheAble(cacheName = "WEB_NEW_SHELVE", cacheInMinute = 15, excludeParams = {"uid", "udid"})
|
|
|
public SearchApiResult webNewShelveProductList(Map<String, String> paramMap) {
|
|
|
try {
|
|
|
logger.info("[func=aggProductsByBrandId][param={}][begin={}]", paramMap.toString(), System.currentTimeMillis());
|
...
|
...
|
@@ -101,7 +101,7 @@ public class WebNewShelveService implements ApplicationEventPublisherAware { |
|
|
}
|
|
|
}
|
|
|
|
|
|
@SearchCacheAble(cacheName = "WEB_NEW_SHELVE_BATCH", cacheInMinute = 15, cacheType = CacheType.SEARCH_REDIS, excludeParams = {"uid", "udid"})
|
|
|
@SearchCacheAble(cacheName = "WEB_NEW_SHELVE_BATCH", cacheInMinute = 15, excludeParams = {"uid", "udid"})
|
|
|
public SearchApiResult webNewShelveBatchProductList(Map<String, String> paramMap) {
|
|
|
try {
|
|
|
logger.info("[func=webNewShelvesProductList][param={}][begin={}]", paramMap.toString(), System.currentTimeMillis());
|
...
|
...
|
|