Commit 8e4c7d02 by 朱亚洁

fixbug数据缓存1min过期

parent fa403ebc
......@@ -80,6 +80,8 @@ public class AppletUserBookcaseBizImpl implements AppletUserBookcaseBiz {
fillTempletName(pageBeanNew.getRecordList());
JedisClusterUtils.hset2Json(key,field,pageBeanNew.getRecordList());
JedisClusterUtils.set(countKey,String.valueOf(pageBeanNew.getTotalCount()));
JedisClusterUtils.expire(key,60);
JedisClusterUtils.expire(countKey,60);
return pageBeanNew;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment