Authored by hugufei

用户的召回结果缓存再redis中

... ... @@ -48,7 +48,7 @@ public class CacheRecallSknParamsRecallSknListBean extends AbstractCacheRequestR
requests.add(new CacheRecallSknParamsRecallSknList(recallSknParams));
//2、执行父类方法
this.bacthFillResponseWithCache(requests,true);
this.bacthFillResponseWithCache(requests,false);
//3、判断
if(requests.size()==1 && requests.get(0).getResponse()!=null){
... ...