Commit e4865d31 by 徐高华

Merge branch 'feature/xgh/bug/0415' into 'developer'

并发控制

See merge request !1696
parents 87863f36 768f3570
...@@ -640,7 +640,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -640,7 +640,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if(null != RedisUtil.getCache(cacheKey)) { if(null != RedisUtil.getCache(cacheKey)) {
return; return;
} }
RedisUtil.setCache(cacheKey,5L); RedisUtil.setCache(cacheKey,1,5L);
//设置会员标签 //设置会员标签
this.setMemberTag(enterpriseId, memberLabelId, memberId); 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