Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -92,7 +92,7 @@ public class ContractDistributorStandardServiceImpl extends |
| 92 | 92 | .map(FlowTaskDto::getBusinessId) |
| 93 | 93 | .collect(Collectors.toSet()); |
| 94 | 94 | for (ContractDistributorStandard standard : datas) { |
| 95 | - standard.setShowExamine(formalContractIds.contains(standard.getId())); | |
| 95 | + standard.setShowExamine(formalContractIds.contains(standard.getId()) || formalContractIds.contains(standard.getParentId())); | |
| 96 | 96 | standard.setStandardShowExamine(standardContractIds.contains(standard.getId())); |
| 97 | 97 | } |
| 98 | 98 | ... | ... |