代码提交
parent
a870a3f92e
commit
3dfa71bc7b
|
|
@ -62,7 +62,7 @@ public class OrganizationController {
|
||||||
.setSort(o.getSort())
|
.setSort(o.getSort())
|
||||||
.setFsort(o.getFsort())
|
.setFsort(o.getFsort())
|
||||||
.setFcid(o.getFcid())
|
.setFcid(o.getFcid())
|
||||||
.setType("1");
|
.setType("0");
|
||||||
list.add(fcCommVo);
|
list.add(fcCommVo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ public class Organization extends Model<Organization> implements Serializable {
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
@ApiModelProperty(value = "置顶类型")
|
@ApiModelProperty(value = "置顶类型")
|
||||||
private String type = "0";
|
private String type;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
@ApiModelProperty(value = "单位")
|
@ApiModelProperty(value = "单位")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue