|
@@ -165,8 +165,7 @@ public class WbsTreePrivateServiceImpl extends BaseServiceImpl<WbsTreePrivateMap
|
|
|
}
|
|
|
}
|
|
|
int row = baseMapper.updateByPKeyId(pKeyId, wbsTreePrivate);
|
|
|
- Long pId = baseMapper.getByPKeyId(wbsTreePrivate.getPKeyId()).getPId();
|
|
|
- baseMapper.batchUpdateIsAddConceal(wbsTreePrivate, pId);
|
|
|
+ baseMapper.batchUpdateIsAddConceal(wbsTreePrivate, wbsTreePrivate.getPKeyId());
|
|
|
if (row > 0) {
|
|
|
WbsTreePrivate wbsTreePrivate1 = baseMapper.getByPKeyId(pKeyId);
|
|
|
wbsTreePrivate1.setFullName(wbsTreePrivate1.getNodeName());
|