@@ -78,6 +78,7 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
@Autowired
StringRedisTemplate redisTemplate;
+
@Override
public List<WbsTreeContract> selectQueryCurrentNodeByAncestors(List<String> ids, String contractId) {
return this.baseMapper.selectQueryCurrentNodeByAncestors(ids, contractId);