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