被申请人查看案件

This commit is contained in:
18792927508
2023-10-24 16:54:24 +08:00
parent fff2eaabaa
commit 6f5e8e23aa
2 changed files with 2 additions and 1 deletions
@@ -141,7 +141,7 @@ IdentityAuthenticationMapper identityAuthenticationMapper;
}
}
List<Integer> caseStatusList = Arrays.asList(CaseApplicationConstants.CASE_CROSSEXAMI);
return getCaseEvidenceVOList(identityNum, caseStatusList, null);
return getCaseEvidenceVOList(identityNum, caseStatusList, 2);
}
@Override