Skip to content

Commit

Permalink
Update cim-forward-route/src/main/java/com/crossoverjie/cim/route/con…
Browse files Browse the repository at this point in the history
…fig/BeanConfig.java

Co-authored-by: crossoverJie <[email protected]>
  • Loading branch information
cmgyqjj and crossoverJie authored Sep 22, 2024
1 parent 106a42e commit dbde9e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public LoadingCache<Long, Optional<CIMUserInfo>> userInfoCache(RedisTemplate<Str
.build(new CacheLoader<>() {
@Override
public Optional<CIMUserInfo> load(Long userId) throws Exception {
CIMUserInfo cimUserInfo = null;
String sendUserName = redisTemplate.opsForValue().get(ACCOUNT_PREFIX + userId);
if (sendUserName == null) {
return Optional.empty();
Expand Down

0 comments on commit dbde9e8

Please sign in to comment.