被申请人查看案件

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
@@ -30,6 +30,7 @@
when 12 then '核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
when 15 then '用印成功' when 16 then '送达仲裁文书' when 17 then '案件归档'
when 26 then '证据确认成功'
when 31 then '修改开庭时间'
ELSE '无案件状态'
END content,
CASE cl.case_node when 0 then '申请人' when 1 then '申请人' when 2 then '法律顾问'