被申请人查看案件
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ IdentityAuthenticationMapper identityAuthenticationMapper;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
List<Integer> caseStatusList = Arrays.asList(CaseApplicationConstants.CASE_CROSSEXAMI);
|
List<Integer> caseStatusList = Arrays.asList(CaseApplicationConstants.CASE_CROSSEXAMI);
|
||||||
return getCaseEvidenceVOList(identityNum, caseStatusList, null);
|
return getCaseEvidenceVOList(identityNum, caseStatusList, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
when 12 then '核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
|
when 12 then '核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
|
||||||
when 15 then '用印成功' when 16 then '送达仲裁文书' when 17 then '案件归档'
|
when 15 then '用印成功' when 16 then '送达仲裁文书' when 17 then '案件归档'
|
||||||
when 26 then '证据确认成功'
|
when 26 then '证据确认成功'
|
||||||
|
when 31 then '修改开庭时间'
|
||||||
ELSE '无案件状态'
|
ELSE '无案件状态'
|
||||||
END content,
|
END content,
|
||||||
CASE cl.case_node when 0 then '申请人' when 1 then '申请人' when 2 then '法律顾问'
|
CASE cl.case_node when 0 then '申请人' when 1 then '申请人' when 2 then '法律顾问'
|
||||||
|
|||||||
Reference in New Issue
Block a user