Commit 768f3570 by 徐高华

并发控制

parent 21c5ac3b
......@@ -640,7 +640,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(null != RedisUtil.getCache(cacheKey)) {
return;
}
RedisUtil.setCache(cacheKey,5L);
RedisUtil.setCache(cacheKey,1,5L);
//设置会员标签
this.setMemberTag(enterpriseId, memberLabelId, memberId);
//加好友增加数量
......
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