zc
2025-11-08 28ff3332983e9b3c264c46187b88c5edeaab8d31
rsf-server/src/main/java/com/vincent/rsf/server/system/controller/BaseController.java
@@ -16,7 +16,6 @@
 */
public class BaseController {
    public User getLoginUser() {
        try {
            Authentication authentication = SecurityContextHolder.getContext().getAuthentication();