ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/bo/SysUserBo.java
@@ -17,8 +17,7 @@
/**
 * 用户信息业务对象 sys_user
 *
 * @author ruoyi
 * @date 2023-02-01
 * @author Michelle.Chung
 */
@Data
@@ -78,7 +77,7 @@
    /**
     * 头像地址
     */
    private String avatar;
    private Long avatar;
    /**
     * 密码
@@ -124,7 +123,7 @@
        this.userId = userId;
    }
    public boolean isAdmin() {
    public boolean isSuperAdmin() {
        return UserConstants.SUPER_ADMIN_ID.equals(this.userId);
    }