代码提交

master
徐杰盟 2024-05-16 21:31:32 +08:00
parent a870a3f92e
commit 3dfa71bc7b
2 changed files with 2 additions and 2 deletions

View File

@ -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);
} }

View File

@ -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 = "单位")