提交 4e8cfe56 作者: 沈振路

人群包时间

上级 c2e18805
...@@ -655,6 +655,7 @@ public class CustomerServiceCommonAsyncComponent { ...@@ -655,6 +655,7 @@ public class CustomerServiceCommonAsyncComponent {
@RabbitListener(queues = RabbitCommonNameConstant.YG_LIMIT_DEATH_QUEUE) @RabbitListener(queues = RabbitCommonNameConstant.YG_LIMIT_DEATH_QUEUE)
public void listener() { public void listener() {
LOCAL_LOG.info("消费");
redisTemplate.opsForValue().decrement(CustomerCommonConstant.YANG_GUANG_ACCESS_LIMIT_REDIS_KEY); redisTemplate.opsForValue().decrement(CustomerCommonConstant.YANG_GUANG_ACCESS_LIMIT_REDIS_KEY);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论