提交 5a467f91 编写于 作者: zlt2000's avatar zlt2000

修复client存储缓存的对象与获取的对象不一致的问题

上级 78979fb8
......@@ -46,8 +46,6 @@ public class ClientServiceImpl extends SuperServiceImpl<ClientMapper, Client> im
, LOCK_KEY_CLIENTID+clientId
, new QueryWrapper<Client>().eq("client_id", clientId)
, clientId + "已存在");
// 写入redis缓存
redisRepository.set(clientRedisKey(client.getClientId()), client);
return Result.succeed("操作成功");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册