|
|
@@ -25,8 +25,8 @@
|
|
25
|
25
|
cl.create_by createBy,cl.create_nick_name createNickName,cl.create_time createTime,cl.update_by updateBy,cl.update_time updateTime,
|
|
26
|
26
|
CASE cl.case_node when 0 then '立案申请' when 1 then '提交立案申请' when 2 then '立案审查'
|
|
27
|
27
|
when 3 then '支付成功' when 4 then '缴费确认' when 5 then '案件质证'
|
|
28
|
|
- when 6 then '组庭审核' when 7 then '组庭确认' when 8 then '当前仲裁方式为开庭审理'
|
|
29
|
|
- when 9 then '当前仲裁方式为书面审理' when 10 then '书面审理' when 11 then '生成裁決书'
|
|
|
28
|
+ when 6 then '组庭审核' when 7 then '组庭确认' when 8 then '审核仲裁方式'
|
|
|
29
|
+ when 9 then '开庭审理' when 10 then '书面审理' when 11 then '生成裁決书'
|
|
30
|
30
|
when 12 then '核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
|
|
31
|
31
|
when 15 then '用印成功' when 16 then '送达仲裁文书' when 17 then '案件归档'
|
|
32
|
32
|
when 26 then '证据确认成功'
|