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