skyouc
3 天以前 8f7af0507c883e5df9f8a4b2eb703946788c3363
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();