#
zjj
2025-05-24 709e71bade7497f61b58f332175c9d29074215fb
rsf-server/src/main/java/com/vincent/rsf/server/system/controller/BaseController.java
@@ -17,6 +17,8 @@
public class BaseController {
    public User getLoginUser() {
        try {
            Authentication authentication = SecurityContextHolder.getContext().getAuthentication();