|
@@ -106,7 +106,7 @@ public class WbsTreeSynchronousRecordServiceImpl extends ServiceImpl<WbsTreeSync
|
|
|
}
|
|
|
parentIds.add(newNodeId);
|
|
|
}
|
|
|
- if(!privateIds.isEmpty()){
|
|
|
+ if(!parentIds.isEmpty()){
|
|
|
mWbsTreeSynchronousRecord.setNodeId(String.join(",", parentIds));
|
|
|
}
|
|
|
|