chen.lin
2 天以前 4206fedd87d92b8dd59c670f9fc0e8190d048c9c
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();