skyouc
5 天以前 8c5b4882879c11321e1a0e18bb1c2c89f34e8c45
rsf-server/src/main/java/com/vincent/rsf/server/system/controller/BaseController.java
@@ -16,9 +16,6 @@
 */
public class BaseController {
    public User getLoginUser() {
        try {
            Authentication authentication = SecurityContextHolder.getContext().getAuthentication();