Browse Source

bug修改

chengqiang 4 years ago
parent
commit
2bb86ab054

+ 1 - 0
src/main/java/com/jeeplus/modules/sg/overheadline/mapper/xml/OverheadLineMapper.xml

@@ -92,6 +92,7 @@
 		a.short_id as wbsCode,
 		a.parent_node as parentNode,
 		a.fee_type as feeType,
+		a.project_type as projectType,
 		a.level as hierarchy
 		FROM sg_wbs_elements a
 		where a.short_id = #{shortId}