huanghongfa
2022-06-29 ccd28a0c35e8fff74da6ef63042fb8a896d78f7f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/LoginUserInfoVO.java
@@ -215,4 +215,14 @@
    @ApiModelProperty("绑定单位")
    private String relationName;
    @ApiModelProperty("区域划分")
    private String areaName;
    @ApiModelProperty("是否单位管理员 1是 0否")
    private Integer isCheckUnitAdmin;
    public String retrieveRelationName() {
        return this.type == 3 ? relationName : name;
    }
}