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

Commit 96758db4 authored by 张国柄's avatar 张国柄

券码兑换时间过期优化处理;

parent c23c2197
...@@ -119,8 +119,10 @@ public class CandyCouponDueTaskController { ...@@ -119,8 +119,10 @@ public class CandyCouponDueTaskController {
if (null != dto) { if (null != dto) {
dto.setState(3); dto.setState(3);
redisCandyUtil.set(ccKey, dto); // redisCandyUtil.set(ccKey, dto);
redisCandyUtil.set(ccKey, dto, 604800);
} }
pl.getAndIncrement(); pl.getAndIncrement();
}); });
} else { } else {
......
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