|
@@ -501,6 +501,11 @@ public class WbsTreeContractClientImpl implements WbsTreeContractClient {
|
|
|
return wbsTreeContractService.queryListByPIds(pIds);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public Integer findIsExistTreeNode(List<String> ids) {
|
|
|
+ return wbsTreeContractService.findIsExistTreeNode(ids);
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
@Override
|
|
|
public void saveNameRuleByPkeyId(Long pKeyId, String s, Long projectId) {
|