@@ -55,4 +55,7 @@ public class WbsTreeContractTreeVOS {
@ApiModelProperty("图标")
private String iconValue;
+ @ApiModelProperty("划分编号")
+ private String partitionCode;
+
}
@@ -157,11 +157,12 @@
wbs_type AS wbsType,
id,
parent_id,
- dept_name AS title,
+ IFNULL(full_name,dept_name) AS title,
type AS "type",
dept_category AS deptCategory,
id AS "value",
- id AS "key"
+ id AS "key",
+ partition_code AS partitionCode
FROM
m_wbs_tree_contract
WHERE