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 3961542 commit 6e08eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public CIMUserInfo load(Long userId) throws Exception {
CIMUserInfo cimUserInfo = null;
String sendUserName = redisTemplate.opsForValue().get(ACCOUNT_PREFIX + userId);
if (sendUserName == null) {
sendUserName = "unLoginUser";
return null;
}
cimUserInfo = new CIMUserInfo(userId, sendUserName);
return cimUserInfo;
Expand Down

0 comments on commit 6e08eb7

Please sign in to comment.