This commit is contained in:
ovo 2024-12-07 19:04:58 +08:00
parent b6f9386dd6
commit 9c104d6f55
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class UserServiceImpl implements UserService {
if (principal instanceof CustomUserDetails) {
return ((CustomUserDetails) principal).getUserId();
}
//demo
return null;
}