Commit a121c23d by 罗长华

暂时屏蔽getCacheImClient cacheable

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