|
@@ -2294,7 +2294,7 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
|
|
|
|
if (StringUtils.isEmpty(treeCode)) {
|
|
if (StringUtils.isEmpty(treeCode)) {
|
|
if (StringUtils.isNotEmpty(nodeId)) {
|
|
if (StringUtils.isNotEmpty(nodeId)) {
|
|
- if (isNodeOrAncestor(contract, nodeId) && isContractValid) {
|
|
|
|
|
|
+ if (isNodeOrAncestor(contract, nodeId) ) {
|
|
result.add(contract);
|
|
result.add(contract);
|
|
}
|
|
}
|
|
} else if (isContractValid || StringUtils.isEmpty(contract.getTreeCode())) {
|
|
} else if (isContractValid || StringUtils.isEmpty(contract.getTreeCode())) {
|