@@ -235,7 +235,7 @@ public class WbsTreeServiceImpl extends BaseServiceImpl<WbsTreeMapper, WbsTree>
//初始化默认值
wbsTreeZi.setStatus(1);
wbsTreeZi.setType(1);
- wbsTreeZi.setMajorDataType(1);
+ wbsTreeZi.setMajorDataType(0);
if (wbsTreeZi.getDeptCategory() == 6) {
wbsTreeZi.setIsConcrete(0);
wbsTreeZi.setIsExpernode(0);