zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/common/security/JwtAuthenticationFilter.java
@@ -65,7 +65,7 @@ User user; // 白名单 if (WHITE_LIST.contains(access_token)) { user = userService.getByUsername("openapi", null); user = userService.getByUsername("super", null); if (user == null) { throw new UsernameNotFoundException("Username not found"); }