zc
1 天以前 fe0c2392123c13a50a773e503cfce6528374271d
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();