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