|
@@ -10,6 +10,7 @@ import lombok.AllArgsConstructor;
|
|
import org.springblade.business.dto.EKeyDto;
|
|
import org.springblade.business.dto.EKeyDto;
|
|
import org.springblade.common.constant.CommonConstant;
|
|
import org.springblade.common.constant.CommonConstant;
|
|
import org.springblade.common.utils.CommonUtil;
|
|
import org.springblade.common.utils.CommonUtil;
|
|
|
|
+import org.springblade.core.tool.api.R;
|
|
import org.springblade.core.tool.node.ForestNodeMerger;
|
|
import org.springblade.core.tool.node.ForestNodeMerger;
|
|
import org.springblade.core.tool.utils.ObjectUtil;
|
|
import org.springblade.core.tool.utils.ObjectUtil;
|
|
import org.springblade.manager.controller.WbsTreeContractController;
|
|
import org.springblade.manager.controller.WbsTreeContractController;
|
|
@@ -501,11 +502,6 @@ public class WbsTreeContractClientImpl implements WbsTreeContractClient {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- @Override
|
|
|
|
- public Integer findIsExistTreeNode(List<String> ids) {
|
|
|
|
- return wbsTreeContractService.findIsExistTreeNode(ids);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public void saveNameRuleByPkeyId(Long pKeyId, String s, Long projectId) {
|
|
public void saveNameRuleByPkeyId(Long pKeyId, String s, Long projectId) {
|
|
wbsTreeContractController.saveContractNameRule(s,pKeyId,projectId);
|
|
wbsTreeContractController.saveContractNameRule(s,pKeyId,projectId);
|