Commit 7f51c732 by fudahua

导购刷新好友超时时间

parent 7e748bc5
......@@ -114,6 +114,7 @@ public class SelfFriendSyncNewOperation implements BaseSyncOperation {
RedisUtil.lock(lockKey, 3L);
Object hasDealCheck = RedisUtil.getCache(key);
if (hasDealCheck != null) {
logger.info("重复提交处理第三方好友:{}", pDataId);
RedisUtil.unlock(lockKey);
return;
}
......
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