记得上下班打卡 | git大法好,push需谨慎

Commit ba45ee82 authored by GaoHu's avatar GaoHu

exit

parent 9eb7f1f6
...@@ -111,7 +111,7 @@ public class GoblinRedisUtils { ...@@ -111,7 +111,7 @@ public class GoblinRedisUtils {
*/ */
public void setUserAboutSku(GoblinGoodAnticipateUserVo user) { public void setUserAboutSku(GoblinGoodAnticipateUserVo user) {
goblinMongoUtils.setGoblinGoodsAnticipateUserVo(user); goblinMongoUtils.setGoblinGoodsAnticipateUserVo(user);
redisUtil.set(GoblinRedisConst.USER_ANTICIPATE_STATE.concat(user.getSkuId()).concat(user.getUid()), user, 60 * 60 * 24 * 30); redisUtil.set(GoblinRedisConst.USER_ANTICIPATE_STATE.concat(user.getSkuId()).concat(user.getUid()), user, 60 * 60 * 24 * 180);
} }
/** /**
......
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