|
|
@@ -688,6 +688,10 @@ public class WbsTreeServiceImpl extends BaseServiceImpl<WbsTreeMapper, WbsTree>
|
|
|
if(!insertList.isEmpty()){
|
|
|
this.saveBatch(insertList);
|
|
|
}
|
|
|
+ if(parentNode.getIsExistForm()==null||parentNode.getIsExistForm()==0){
|
|
|
+ parentNode.setIsExistForm(1);
|
|
|
+ this.updateById(parentNode);
|
|
|
+ }
|
|
|
return R.success("保存成功");
|
|
|
}
|
|
|
|