...
|
...
|
@@ -50,7 +50,7 @@ public class CacheAbleServiceHelper { |
|
|
* @param commonRecallResult
|
|
|
* @return
|
|
|
*/
|
|
|
@SearchCacheAble(cacheName = "COMMON_SCENE_QUERY_BY_SKN",cacheType=CacheType.EHCACHE, cacheInMinute = 10)
|
|
|
@SearchCacheAble(cacheName = "COMMON_SCENE_QUERY_BY_SKN",needMd5=false,cacheType=CacheType.EHCACHE, cacheInMinute = 10)
|
|
|
public SearchApiResult queryProductInfoMap(CommonRecallResult commonRecallResult) {
|
|
|
try {
|
|
|
// 1)获取skn
|
...
|
...
|
|