Commit a121c23d by 罗长华

暂时屏蔽getCacheImClient cacheable

parent eb30b63b
...@@ -298,7 +298,7 @@ public class ImClientServiceImpl extends BaseServiceImpl<ImClientMapper, ImClien ...@@ -298,7 +298,7 @@ public class ImClientServiceImpl extends BaseServiceImpl<ImClientMapper, ImClien
} }
@Override @Override
@Cacheable(key = "#p0+#p1") // @Cacheable(key = "#p0+#p1")
public ImClient getCacheImClient(Long applicationId, String clientId) { public ImClient getCacheImClient(Long applicationId, String clientId) {
return this.getOne(new QueryWrapper<ImClient>().lambda() return this.getOne(new QueryWrapper<ImClient>().lambda()
.eq(ImClient::getFkAppid, applicationId) .eq(ImClient::getFkAppid, applicationId)
......
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