被申请人查看案件 #144

Merged
wangqiong123 merged 1 commits from wq into dev 2023-10-24 08:54:48 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6f5e8e23aa - Show all commits
@@ -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 '法律顾问'