|
@@ -4750,6 +4750,8 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
|
}
|
|
|
this.wbsTreeContractMapper.updateWbsTreeAncestors(contract);
|
|
|
}
|
|
|
+ String ids = dto.getLeftPkeyIds().stream().map(id -> id + "").collect(Collectors.joining(","));
|
|
|
+ this.wbsTreeContractStatisticsClient.updateAncestors(ids);
|
|
|
return R.success("操作成功");
|
|
|
}
|
|
|
|