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

Commit 76667347 authored by 胡佳晨's avatar 胡佳晨

修改 活动名称不能重复 修改配置文件指定 config goblin/order

parent a98f31bb
...@@ -74,7 +74,7 @@ public class GoblinRedisUtils { ...@@ -74,7 +74,7 @@ public class GoblinRedisUtils {
public void setLogVo(String orderId, GoblinOrderLogVo vo) { public void setLogVo(String orderId, GoblinOrderLogVo vo) {
String rk = GoblinRedisConst.GOBLIN_ORDER_LOG.concat(orderId); String rk = GoblinRedisConst.GOBLIN_ORDER_LOG.concat(orderId);
redisUtil.set(rk, vo); redisUtil.set(rk, vo, 60 * 30);
} }
/* ---------------------------------------- 商品数据源 ---------------------------------------- */ /* ---------------------------------------- 商品数据源 ---------------------------------------- */
......
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