Bladeren bron

优化案件状态名称命名

wangqiong 2 jaren geleden
bovenliggende
commit
c19c61affd

+ 1
- 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/wisdomarbitrate/CaseEvidenceController.java Bestand weergeven

48
      * 案件证据上传
48
      * 案件证据上传
49
      *
49
      *
50
      * @param file      附件
50
      * @param file      附件
51
-     * @param annexType 附件类型,立案申请书(1)、证据材料(2)、仲裁文书(3)、案件视频(4)、身份证件(5)
51
+     * @param annexType 附件类型,立案申请书(1)、证据材料(2)、裁决书(3)、案件视频(4)、身份证件(5)
52
      * @param id        案件申请id
52
      * @param id        案件申请id
53
      * @return
53
      * @return
54
      */
54
      */

+ 7
- 7
ruoyi-common/src/main/java/com/ruoyi/common/constant/CaseApplicationConstants.java Bestand weergeven

28
     public static final int PENDING_OPENCOURT_HEAR = 8;
28
     public static final int PENDING_OPENCOURT_HEAR = 8;
29
     /** 待书面审理 */
29
     /** 待书面审理 */
30
     public static final int PENDING_WRIITEN_HEAR = 9;
30
     public static final int PENDING_WRIITEN_HEAR = 9;
31
-    /** 待生成仲裁文书  */
31
+    /** 待生成裁决书  */
32
     public static final int GENERATED_ARBITRATION = 10;
32
     public static final int GENERATED_ARBITRATION = 10;
33
-    /**待秘书核验仲裁文书*/
33
+    /**待秘书核验裁决书*/
34
     public static final int VERPRIF_ARBITRATION = 11;
34
     public static final int VERPRIF_ARBITRATION = 11;
35
-    /**待部门长审核仲裁文书*/
35
+    /**待部门长审核裁决书*/
36
     public static final int CHECK_ARBITRATION = 12;
36
     public static final int CHECK_ARBITRATION = 12;
37
-    /**待仲裁文书签名*/
37
+    /**待裁决书签名*/
38
     public static final int SIGN_ARBITRATION = 13;
38
     public static final int SIGN_ARBITRATION = 13;
39
-    /** 待仲裁文书用印 */
39
+    /** 待裁决书用印 */
40
     public static final int     ARBITRATED_SEAL = 14;
40
     public static final int     ARBITRATED_SEAL = 14;
41
-    /** 待仲裁文书送达 */
41
+    /** 待裁决书送达 */
42
     public static final int ARBITRATION_DELIVERY = 15;
42
     public static final int ARBITRATION_DELIVERY = 15;
43
     /** 待案件归档*/
43
     /** 待案件归档*/
44
     public static final int CASE_FILING = 16;
44
     public static final int CASE_FILING = 16;
47
 
47
 
48
     /** 待修改开庭时间*/
48
     /** 待修改开庭时间*/
49
     public static final int MODIFY_HEARDATE = 31;
49
     public static final int MODIFY_HEARDATE = 31;
50
-    /**待仲裁员审核仲裁文书*/
50
+    /**待仲裁员审核裁决书*/
51
     public static final int HEAD_CHECK_ARBITRATION = 18;
51
     public static final int HEAD_CHECK_ARBITRATION = 18;
52
 
52
 
53
 
53
 

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseApplication.java Bestand weergeven

228
 
228
 
229
     private List<Integer> annexTypeList;
229
     private List<Integer> annexTypeList;
230
     /**
230
     /**
231
-     * 立案申请书(1)、申请人证据材料(2)、仲裁文书(3)、案件视频(4)、身份证件(5)
231
+     * 立案申请书(1)、申请人证据材料(2)、裁决书(3)、案件视频(4)、身份证件(5)
232
      * 被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)、视频录制(9)、公章图片(10)、语音转录文件(11)
232
      * 被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)、视频录制(9)、公章图片(10)、语音转录文件(11)
233
      */
233
      */
234
     private Integer annexType;
234
     private Integer annexType;

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseAttach.java Bestand weergeven

32
      */
32
      */
33
     private String annexPath;
33
     private String annexPath;
34
     /**
34
     /**
35
-     * 附件类型,立案申请书(1)、申请人证据材料(2)、仲裁文书(3)、案件视频(4)、身份证件(5)、被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)'
35
+     * 附件类型,立案申请书(1)、申请人证据材料(2)、裁决书(3)、案件视频(4)、身份证件(5)、被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)'
36
      */
36
      */
37
     private Integer annexType;
37
     private Integer annexType;
38
     /**
38
     /**

+ 7
- 7
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/vo/ToDoCount.java Bestand weergeven

21
     private int caseApplyArbitrateWay=0; // 待审核仲裁方式
21
     private int caseApplyArbitrateWay=0; // 待审核仲裁方式
22
     private int caseApplyGroupOnline=0; // 待开庭审理
22
     private int caseApplyGroupOnline=0; // 待开庭审理
23
     private int caseApplyGroupOffline=0; // 待书面审理
23
     private int caseApplyGroupOffline=0; // 待书面审理
24
-    private int caseApplyAward=0; // 待生成仲裁文
25
-    private int caseApplyAwardCheck=0; // 待核验仲裁文
26
-    private int caseApplyAwardConfirm=0; // 待审核仲裁文
27
-    private int caseApplyAwardSign=0; // 待仲裁文书签名
28
-    private int caseApplyAwardSeal=0; // 待仲裁文书用印
29
-    private int caseApplyAwardSend=0; // 待仲裁文书送达
24
+    private int caseApplyAward=0; // 待生成裁决
25
+    private int caseApplyAwardCheck=0; // 待核验裁决
26
+    private int caseApplyAwardConfirm=0; // 待审核裁决
27
+    private int caseApplyAwardSign=0; // 待裁决书签名
28
+    private int caseApplyAwardSeal=0; // 待裁决书用印
29
+    private int caseApplyAwardSend=0; // 待裁决书送达
30
     private int caseApplyStored=0; // 待案件归档
30
     private int caseApplyStored=0; // 待案件归档
31
     private int caseApplyArchived=0; // 已归档
31
     private int caseApplyArchived=0; // 已归档
32
     private int updateOnlineHearDate=0; // 待修改开庭时间
32
     private int updateOnlineHearDate=0; // 待修改开庭时间
33
-    private int arbitratorApplyAwardConfirm=0; // 待仲裁员审核仲裁文
33
+    private int arbitratorApplyAwardConfirm=0; // 待仲裁员审核裁决
34
 }
34
 }

+ 5
- 5
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/AdjudicationServiceImpl.java Bestand weergeven

658
                 }
658
                 }
659
             }
659
             }
660
 
660
 
661
-            return AjaxResult.success("仲裁文书送达成功");
661
+            return AjaxResult.success("裁决书送达成功");
662
         } catch (MailSendException e) {
662
         } catch (MailSendException e) {
663
             return AjaxResult.error("发送失败,请检查文件路径");
663
             return AjaxResult.error("发送失败,请检查文件路径");
664
         }
664
         }
728
         // 新增日志
728
         // 新增日志
729
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATED_SEAL, "");
729
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATED_SEAL, "");
730
 
730
 
731
-        return AjaxResult.success("签名成功,案件状态已改为待仲裁文书用印");
731
+        return AjaxResult.success("签名成功,案件状态已改为待裁决书用印");
732
     }
732
     }
733
 
733
 
734
     @Override
734
     @Override
947
         // 新增日志
947
         // 新增日志
948
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.CASE_FILING, "");
948
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.CASE_FILING, "");
949
 
949
 
950
-        return AjaxResult.success("仲裁文书送达成功");
950
+        return AjaxResult.success("裁决书送达成功");
951
     }
951
     }
952
 
952
 
953
     /**
953
     /**
1008
         // 新增日志
1008
         // 新增日志
1009
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATION_DELIVERY, "");
1009
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATION_DELIVERY, "");
1010
 
1010
 
1011
-        return AjaxResult.success("用印成功,案件状态已改为待仲裁文书送达");
1011
+        return AjaxResult.success("用印成功,案件状态已改为待裁决书送达");
1012
     }
1012
     }
1013
 
1013
 
1014
     @Override
1014
     @Override
1768
         } else {
1768
         } else {
1769
             throw new ServiceException("这个批号没有批量送达裁决书的案件");
1769
             throw new ServiceException("这个批号没有批量送达裁决书的案件");
1770
         }
1770
         }
1771
-        return AjaxResult.success("仲裁文书送达成功");
1771
+        return AjaxResult.success("裁决书送达成功");
1772
     }
1772
     }
1773
 
1773
 
1774
     /**
1774
     /**

+ 29
- 27
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Bestand weergeven

739
         caseLogRecord9.setContent("仲裁员将进行书面审理");
739
         caseLogRecord9.setContent("仲裁员将进行书面审理");
740
         CaseLogRecord caseLogRecord12 = new CaseLogRecord();
740
         CaseLogRecord caseLogRecord12 = new CaseLogRecord();
741
         caseLogRecord11.setCaseNode(12);
741
         caseLogRecord11.setCaseNode(12);
742
-        caseLogRecord11.setCaseNodeName("核验仲裁文书");
743
-        caseLogRecord11.setContent("法律顾问将进行核验仲裁文书");
742
+        caseLogRecord11.setCaseNodeName("核验裁决书");
743
+        caseLogRecord11.setContent("法律顾问将进行核验裁决书");
744
         CaseLogRecord caseLogRecord13 = new CaseLogRecord();
744
         CaseLogRecord caseLogRecord13 = new CaseLogRecord();
745
         caseLogRecord12.setCaseNode(13);
745
         caseLogRecord12.setCaseNode(13);
746
-        caseLogRecord12.setCaseNodeName("确认仲裁文书");
747
-        caseLogRecord12.setContent("仲裁员将进行确认仲裁文书");
746
+        caseLogRecord12.setCaseNodeName("确认裁决书");
747
+        caseLogRecord12.setContent("仲裁员将进行确认裁决书");
748
         CaseLogRecord caseLogRecord14 = new CaseLogRecord();
748
         CaseLogRecord caseLogRecord14 = new CaseLogRecord();
749
         caseLogRecord13.setCaseNode(14);
749
         caseLogRecord13.setCaseNode(14);
750
-        caseLogRecord13.setCaseNodeName("仲裁文书签名");
751
-        caseLogRecord13.setContent("仲裁员将进行仲裁文书签名");
750
+        caseLogRecord13.setCaseNodeName("裁决书签名");
751
+        caseLogRecord13.setContent("仲裁员将进行裁决书签名");
752
         CaseLogRecord caseLogRecord15 = new CaseLogRecord();
752
         CaseLogRecord caseLogRecord15 = new CaseLogRecord();
753
         caseLogRecord14.setCaseNode(15);
753
         caseLogRecord14.setCaseNode(15);
754
-        caseLogRecord14.setCaseNodeName("仲裁文书用印");
755
-        caseLogRecord14.setContent("部门长将进行仲裁文书用印");
754
+        caseLogRecord14.setCaseNodeName("裁决书用印");
755
+        caseLogRecord14.setContent("部门长将进行裁决书用印");
756
         CaseLogRecord caseLogRecord16 = new CaseLogRecord();
756
         CaseLogRecord caseLogRecord16 = new CaseLogRecord();
757
         caseLogRecord15.setCaseNode(16);
757
         caseLogRecord15.setCaseNode(16);
758
-        caseLogRecord15.setCaseNodeName("仲裁文书送达");
759
-        caseLogRecord15.setContent("法律顾问将进行仲裁文书送达");
758
+        caseLogRecord15.setCaseNodeName("裁决书送达");
759
+        caseLogRecord15.setContent("法律顾问将进行裁决书送达");
760
         CaseLogRecord caseLogRecord17 = new CaseLogRecord();
760
         CaseLogRecord caseLogRecord17 = new CaseLogRecord();
761
         caseLogRecord16.setCaseNode(17);
761
         caseLogRecord16.setCaseNode(17);
762
         caseLogRecord16.setCaseNodeName("案件归档");
762
         caseLogRecord16.setCaseNodeName("案件归档");
985
                 caseLogRecord.setNextRoleName("下一节点角色:仲裁员");
985
                 caseLogRecord.setNextRoleName("下一节点角色:仲裁员");
986
                 break;
986
                 break;
987
             case "11":
987
             case "11":
988
-                caseLogRecord.setCaseNodeName("核验仲裁文书");
988
+                caseLogRecord.setCaseNodeName("核验裁决书");
989
                 caseLogRecord.setCaseNode(11);
989
                 caseLogRecord.setCaseNode(11);
990
-                caseLogRecord.setContent("法律顾问正在进行核验仲裁文书");
990
+                caseLogRecord.setContent("法律顾问正在进行核验裁决书");
991
                 caseLogRecord.setNextRoleName("下一节点角色:部门长");
991
                 caseLogRecord.setNextRoleName("下一节点角色:部门长");
992
                 break;
992
                 break;
993
             case "12":
993
             case "12":
994
-                caseLogRecord.setCaseNodeName("确认仲裁文书");
994
+                caseLogRecord.setCaseNodeName("确认裁决书");
995
                 caseLogRecord.setCaseNode(12);
995
                 caseLogRecord.setCaseNode(12);
996
-                caseLogRecord.setContent("仲裁员正在进行确认仲裁文书");
996
+                caseLogRecord.setContent("仲裁员正在进行确认裁决书");
997
                 caseLogRecord.setNextRoleName("下一节点角色:仲裁员");
997
                 caseLogRecord.setNextRoleName("下一节点角色:仲裁员");
998
                 break;
998
                 break;
999
             case "13":
999
             case "13":
1000
-                caseLogRecord.setCaseNodeName("仲裁文书签名");
1000
+                caseLogRecord.setCaseNodeName("裁决书签名");
1001
                 caseLogRecord.setCaseNode(13);
1001
                 caseLogRecord.setCaseNode(13);
1002
-                caseLogRecord.setContent("仲裁员正在进行仲裁文书签名");
1002
+                caseLogRecord.setContent("仲裁员正在进行裁决书签名");
1003
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1003
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1004
                 break;
1004
                 break;
1005
             case "14":
1005
             case "14":
1006
-                caseLogRecord.setCaseNodeName("仲裁文书用印");
1006
+                caseLogRecord.setCaseNodeName("裁决书用印");
1007
                 caseLogRecord.setCaseNode(14);
1007
                 caseLogRecord.setCaseNode(14);
1008
-                caseLogRecord.setContent("部门长正在进行仲裁文书用印");
1008
+                caseLogRecord.setContent("部门长正在进行裁决书用印");
1009
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1009
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1010
                 break;
1010
                 break;
1011
             case "15":
1011
             case "15":
1012
-                caseLogRecord.setCaseNodeName("仲裁文书送达");
1012
+                caseLogRecord.setCaseNodeName("裁决书送达");
1013
                 caseLogRecord.setCaseNode(15);
1013
                 caseLogRecord.setCaseNode(15);
1014
-                caseLogRecord.setContent("法律顾问正在进行仲裁文书送达");
1014
+                caseLogRecord.setContent("法律顾问正在进行裁决书送达");
1015
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1015
                 caseLogRecord.setNextRoleName("下一节点角色:法律顾问");
1016
                 break;
1016
                 break;
1017
             case "16":
1017
             case "16":
1916
     @Override
1916
     @Override
1917
     @Transactional
1917
     @Transactional
1918
     public int verificationArbitrateRecord(CaseApplication caseApplication) {
1918
     public int verificationArbitrateRecord(CaseApplication caseApplication) {
1919
-        // 秘书核验裁决书,流转到待仲裁员审核仲裁文
1919
+        // 秘书核验裁决书,流转到待仲裁员审核裁决
1920
         caseApplication.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
1920
         caseApplication.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
1921
         int rows = caseApplicationMapper.submitCaseApplication(caseApplication);
1921
         int rows = caseApplicationMapper.submitCaseApplication(caseApplication);
1922
         ArbitrateRecord arbitrateRecord = caseApplication.getArbitrateRecord();
1922
         ArbitrateRecord arbitrateRecord = caseApplication.getArbitrateRecord();
2128
             caseApplication.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
2128
             caseApplication.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
2129
             String notes="";
2129
             String notes="";
2130
             if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getDeptorReject())){
2130
             if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getDeptorReject())){
2131
-                notes="部门长驳回仲裁文书,驳回原因:"+caseApplication.getArbitrateRecord().getDeptorReject();
2131
+                notes="部门长驳回裁决书,驳回原因:"+caseApplication.getArbitrateRecord().getDeptorReject();
2132
             }
2132
             }
2133
             // 新增日志
2133
             // 新增日志
2134
             insertCaseLog(caseApplication.getId(), CaseApplicationConstants.HEAD_CHECK_ARBITRATION, notes);
2134
             insertCaseLog(caseApplication.getId(), CaseApplicationConstants.HEAD_CHECK_ARBITRATION, notes);
2147
     @Override
2147
     @Override
2148
     @Transactional
2148
     @Transactional
2149
     public AjaxResult arbitratorCheckArbitrateRecord(CaseApplication caseApplication) {
2149
     public AjaxResult arbitratorCheckArbitrateRecord(CaseApplication caseApplication) {
2150
-        // 同意后状态改为待部门长审核仲裁文书(CHECK_ARBITRATION = 12),拒绝改为待秘书核验仲裁文书(VERPRIF_ARBITRATION = 11)
2150
+        // 同意后状态改为待部门长审核裁决书(CHECK_ARBITRATION = 12),拒绝改为待秘书核验裁决书(VERPRIF_ARBITRATION = 11)
2151
         int rows = 0;
2151
         int rows = 0;
2152
         Integer agreeOrNotCheck = caseApplication.getAgreeOrNotCheck();
2152
         Integer agreeOrNotCheck = caseApplication.getAgreeOrNotCheck();
2153
         if (agreeOrNotCheck.intValue() == 1) {
2153
         if (agreeOrNotCheck.intValue() == 1) {
2168
             rows = caseApplicationMapper.submitCaseApplication(caseApplication);
2168
             rows = caseApplicationMapper.submitCaseApplication(caseApplication);
2169
             String notes="";
2169
             String notes="";
2170
             if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getArbitrateReject())){
2170
             if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getArbitrateReject())){
2171
-                notes="仲裁员驳回仲裁文书,驳回原因:"+caseApplication.getArbitrateRecord().getArbitrateReject();
2171
+                notes="仲裁员驳回裁决书,驳回原因:"+caseApplication.getArbitrateRecord().getArbitrateReject();
2172
             }
2172
             }
2173
             // 新增日志
2173
             // 新增日志
2174
             insertCaseLog(caseApplication.getId(), CaseApplicationConstants.VERPRIF_ARBITRATION, notes);
2174
             insertCaseLog(caseApplication.getId(), CaseApplicationConstants.VERPRIF_ARBITRATION, notes);
2769
                         List<CaseApplication> caseApplications = caseApplicationMapper.listCaseApplicationByBatchNumber(caseApplicationsel);
2769
                         List<CaseApplication> caseApplications = caseApplicationMapper.listCaseApplicationByBatchNumber(caseApplicationsel);
2770
                         if (caseApplications != null && caseApplications.size() > 0) {
2770
                         if (caseApplications != null && caseApplications.size() > 0) {
2771
                             List<Integer> caseStatuss = caseApplications.stream().map(CaseApplication::getCaseStatus).collect(Collectors.toList());
2771
                             List<Integer> caseStatuss = caseApplications.stream().map(CaseApplication::getCaseStatus).collect(Collectors.toList());
2772
+                            System.out.println("ceshi:"+caseStatuss.toString());
2772
                             List<String> caseStatusNames = caseApplications.stream().map(CaseApplication::getCaseStatusName).collect(Collectors.toList());
2773
                             List<String> caseStatusNames = caseApplications.stream().map(CaseApplication::getCaseStatusName).collect(Collectors.toList());
2773
                             List<Integer> caseStatussnew = caseStatuss.stream().distinct().collect(Collectors.toList());
2774
                             List<Integer> caseStatussnew = caseStatuss.stream().distinct().collect(Collectors.toList());
2774
                             List<String> caseStatusNamesnew = caseStatusNames.stream().distinct().collect(Collectors.toList());
2775
                             List<String> caseStatusNamesnew = caseStatusNames.stream().distinct().collect(Collectors.toList());
2836
                 List<CaseApplication> caseApplications = caseApplicationMapper.listCaseApplicationByBatchNumber(caseApplicationsel);
2837
                 List<CaseApplication> caseApplications = caseApplicationMapper.listCaseApplicationByBatchNumber(caseApplicationsel);
2837
                 if (caseApplications != null && caseApplications.size() > 0) {
2838
                 if (caseApplications != null && caseApplications.size() > 0) {
2838
                     List<Integer> caseStatuss = caseApplications.stream().map(CaseApplication::getCaseStatus).collect(Collectors.toList());
2839
                     List<Integer> caseStatuss = caseApplications.stream().map(CaseApplication::getCaseStatus).collect(Collectors.toList());
2840
+                    System.out.println("ceshi:"+caseStatuss.toString());
2839
                     List<String> caseStatusNames = caseApplications.stream().map(CaseApplication::getCaseStatusName).collect(Collectors.toList());
2841
                     List<String> caseStatusNames = caseApplications.stream().map(CaseApplication::getCaseStatusName).collect(Collectors.toList());
2840
                     List<Integer> caseStatussnew = caseStatuss.stream().distinct().collect(Collectors.toList());
2842
                     List<Integer> caseStatussnew = caseStatuss.stream().distinct().collect(Collectors.toList());
2841
                     List<String> caseStatusNamesnew = caseStatusNames.stream().distinct().collect(Collectors.toList());
2843
                     List<String> caseStatusNamesnew = caseStatusNames.stream().distinct().collect(Collectors.toList());
3126
         int rows = 0;
3128
         int rows = 0;
3127
         if (caseApplications != null && caseApplications.size() > 0) {
3129
         if (caseApplications != null && caseApplications.size() > 0) {
3128
             for(CaseApplication caseApplicationse:caseApplications){
3130
             for(CaseApplication caseApplicationse:caseApplications){
3129
-                // 秘书核验裁决书,流转到待仲裁员审核仲裁文
3131
+                // 秘书核验裁决书,流转到待仲裁员审核裁决
3130
                 caseApplicationse.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
3132
                 caseApplicationse.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
3131
                 rows += caseApplicationMapper.submitCaseApplication(caseApplicationse);
3133
                 rows += caseApplicationMapper.submitCaseApplication(caseApplicationse);
3132
 //                ArbitrateRecord arbitrateRecord = caseApplication.getArbitrateRecord();
3134
 //                ArbitrateRecord arbitrateRecord = caseApplication.getArbitrateRecord();
3179
                     rows += caseApplicationMapper.submitCaseApplication(caseApplicationse);
3181
                     rows += caseApplicationMapper.submitCaseApplication(caseApplicationse);
3180
                     String notes="";
3182
                     String notes="";
3181
                     if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getArbitrateReject())){
3183
                     if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getArbitrateReject())){
3182
-                        notes="仲裁员驳回仲裁文书,驳回原因:"+caseApplication.getArbitrateRecord().getArbitrateReject();
3184
+                        notes="仲裁员驳回裁决书,驳回原因:"+caseApplication.getArbitrateRecord().getArbitrateReject();
3183
                     }
3185
                     }
3184
                     // 新增日志
3186
                     // 新增日志
3185
                     insertCaseLog(caseApplication.getId(), CaseApplicationConstants.VERPRIF_ARBITRATION, notes);
3187
                     insertCaseLog(caseApplication.getId(), CaseApplicationConstants.VERPRIF_ARBITRATION, notes);
3392
                     caseApplicationse.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
3394
                     caseApplicationse.setCaseStatus(CaseApplicationConstants.HEAD_CHECK_ARBITRATION);
3393
                     String notes="";
3395
                     String notes="";
3394
                     if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getDeptorReject())){
3396
                     if(caseApplication.getArbitrateRecord()!=null&&StrUtil.isNotEmpty(caseApplication.getArbitrateRecord().getDeptorReject())){
3395
-                        notes="部门长驳回仲裁文书,驳回原因:"+caseApplication.getArbitrateRecord().getDeptorReject();
3397
+                        notes="部门长驳回裁决书,驳回原因:"+caseApplication.getArbitrateRecord().getDeptorReject();
3396
                     }
3398
                     }
3397
                     // 新增日志
3399
                     // 新增日志
3398
                     insertCaseLog(caseApplicationse.getId(), CaseApplicationConstants.HEAD_CHECK_ARBITRATION, notes);
3400
                     insertCaseLog(caseApplicationse.getId(), CaseApplicationConstants.HEAD_CHECK_ARBITRATION, notes);

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseArbitrateServiceImpl.java Bestand weergeven

335
         return AjaxResult.error("请检查参数");
335
         return AjaxResult.error("请检查参数");
336
     }
336
     }
337
 
337
 
338
-    //生成仲裁文
338
+    //生成裁决
339
     private Boolean generateAward(Long id) {
339
     private Boolean generateAward(Long id) {
340
         try {
340
         try {
341
             Map<String, Object> datas = new HashMap<>();
341
             Map<String, Object> datas = new HashMap<>();

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DownFileService.java Bestand weergeven

59
             String fileDownloadUrlnew = fileDownloadUrl.substring(1, fileDownloadUrl.length() - 1);
59
             String fileDownloadUrlnew = fileDownloadUrl.substring(1, fileDownloadUrl.length() - 1);
60
             boolean downLoadFile = FileTransformation.downLoadFileByUrl(fileDownloadUrlnew, resultFilePath);
60
             boolean downLoadFile = FileTransformation.downLoadFileByUrl(fileDownloadUrlnew, resultFilePath);
61
             if (downLoadFile) {
61
             if (downLoadFile) {
62
-                //立案申请书(1)、申请人证据材料(2)、仲裁文书(3)、案件视频(4)、身份证件(5)、
62
+                //立案申请书(1)、申请人证据材料(2)、裁决书(3)、案件视频(4)、身份证件(5)、
63
                 // 被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)、视频录制(9)、公章图片(10)、语音转录文件(11)
63
                 // 被申请人证据材料 (6)、庭审笔录(7)、缴费凭证(8)、视频录制(9)、公章图片(10)、语音转录文件(11)
64
                 caseAttachMapper.deleteCaseAttachByCasedIdAndType(caseAppliId, 3);
64
                 caseAttachMapper.deleteCaseAttachByCasedIdAndType(caseAppliId, 3);
65
                 CaseAttach caseAttach = new CaseAttach();
65
                 CaseAttach caseAttach = new CaseAttach();

+ 44
- 44
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Bestand weergeven

77
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
77
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
78
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
78
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
79
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
79
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
80
-                when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
81
-                when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
82
-                when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
83
-                when 18 then '待仲裁员审核仲裁文书'
80
+                when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
81
+                when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
82
+                when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
83
+                when 18 then '待仲裁员审核裁决书'
84
                 when 31 then '待修改开庭时间'
84
                 when 31 then '待修改开庭时间'
85
                 ELSE '无案件状态'
85
                 ELSE '无案件状态'
86
                 END caseStatusName,
86
                 END caseStatusName,
145
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
145
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
146
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
146
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
147
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
147
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
148
-                when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
149
-                when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
150
-                when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
151
-                when 18 then '待仲裁员审核仲裁文书'
148
+                when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
149
+                when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
150
+                when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
151
+                when 18 then '待仲裁员审核裁决书'
152
                 when 31 then '待修改开庭时间'
152
                 when 31 then '待修改开庭时间'
153
                 ELSE '无案件状态'
153
                 ELSE '无案件状态'
154
                 END caseStatusName,
154
                 END caseStatusName,
200
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
200
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
201
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
201
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
202
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
202
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
203
-                when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
204
-                when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
205
-                when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
206
-                when 18 then '待仲裁员审核仲裁文书'
203
+                when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
204
+                when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
205
+                when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
206
+                when 18 then '待仲裁员审核裁决书'
207
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
207
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
208
                 END caseStatusName,
208
                 END caseStatusName,
209
                 c.hear_date,
209
                 c.hear_date,
267
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
267
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
268
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
268
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
269
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
269
                 when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
270
-                when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
271
-                when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
272
-                when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
273
-                when 18 then '待仲裁员审核仲裁文书'
270
+                when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
271
+                when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
272
+                when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
273
+                when 18 then '待仲裁员审核裁决书'
274
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
274
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
275
                 END caseStatusName,
275
                 END caseStatusName,
276
                 c.hear_date,
276
                 c.hear_date,
335
             when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
335
             when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
336
             when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
336
             when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
337
             when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
337
             when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
338
-            when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
339
-            when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
340
-            when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
341
-            when 18 then '待仲裁员审核仲裁文书'
338
+            when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
339
+            when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
340
+            when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
341
+            when 18 then '待仲裁员审核裁决书'
342
             when 31 then '待修改开庭时间' ELSE '无案件状态'
342
             when 31 then '待修改开庭时间' ELSE '无案件状态'
343
             END caseStatusName,
343
             END caseStatusName,
344
             c.hear_date,
344
             c.hear_date,
513
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
513
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
514
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
514
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
515
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
515
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
516
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
517
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
518
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
519
-        when 18 then '待仲裁员审核仲裁文书'
516
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
517
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
518
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
519
+        when 18 then '待仲裁员审核裁决书'
520
         when 31 then '待修改开庭时间'
520
         when 31 then '待修改开庭时间'
521
         ELSE '无案件状态'
521
         ELSE '无案件状态'
522
         END caseStatusName,
522
         END caseStatusName,
706
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
706
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
707
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
707
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
708
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
708
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
709
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
710
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
711
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
712
-        when 18 then '待仲裁员审核仲裁文书'
709
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
710
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
711
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
712
+        when 18 then '待仲裁员审核裁决书'
713
         when 31 then '待修改开庭时间'
713
         when 31 then '待修改开庭时间'
714
         ELSE '无案件状态'
714
         ELSE '无案件状态'
715
         END caseStatusName,
715
         END caseStatusName,
1218
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1218
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1219
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1219
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1220
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1220
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1221
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
1222
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
1223
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
1224
-        when 18 then '待仲裁员审核仲裁文书'
1221
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
1222
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
1223
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
1224
+        when 18 then '待仲裁员审核裁决书'
1225
         when 31 then '待修改开庭时间'
1225
         when 31 then '待修改开庭时间'
1226
         ELSE '无案件状态'
1226
         ELSE '无案件状态'
1227
         END caseStatusName,
1227
         END caseStatusName,
1256
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1256
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1257
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1257
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1258
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1258
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1259
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
1260
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
1261
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
1262
-        when 18 then '待仲裁员审核仲裁文书'
1259
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
1260
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
1261
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
1262
+        when 18 then '待仲裁员审核裁决书'
1263
         when 31 then '待修改开庭时间'
1263
         when 31 then '待修改开庭时间'
1264
         ELSE '无案件状态'
1264
         ELSE '无案件状态'
1265
         END caseStatusName,
1265
         END caseStatusName,
1295
                CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1295
                CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1296
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1296
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1297
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1297
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1298
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
1299
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
1300
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
1301
-        when 18 then '待仲裁员审核仲裁文书'
1298
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
1299
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
1300
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
1301
+        when 18 then '待仲裁员审核裁决书'
1302
         when 31 then '待修改开庭时间'
1302
         when 31 then '待修改开庭时间'
1303
                                   ELSE '无案件状态'
1303
                                   ELSE '无案件状态'
1304
                    END caseStatusName,
1304
                    END caseStatusName,
1325
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1325
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1326
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1326
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1327
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1327
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
1328
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
1329
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
1330
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
1331
-        when 18 then '待仲裁员审核仲裁文书'
1328
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
1329
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
1330
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
1331
+        when 18 then '待仲裁员审核裁决书'
1332
         when 31 then '待修改开庭时间'
1332
         when 31 then '待修改开庭时间'
1333
         ELSE '无案件状态'
1333
         ELSE '无案件状态'
1334
         END caseStatusName,
1334
         END caseStatusName,

+ 2
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseLogRecordMapper.xml Bestand weergeven

36
         when 6 then '组庭审核' when 7 then '组庭确认' when 8 then '当前仲裁方式为开庭审理'
36
         when 6 then '组庭审核' when 7 then '组庭确认' when 8 then '当前仲裁方式为开庭审理'
37
         when 9 then '当前仲裁方式为书面审理' when 10 then '书面审理' when 11 then '秘书审核裁决书'
37
         when 9 then '当前仲裁方式为书面审理' when 10 then '书面审理' when 11 then '秘书审核裁决书'
38
         when 12 then '部门长核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
38
         when 12 then '部门长核验裁决书' when 13 then '同意裁决书' when 14 then '签名成功'
39
-        when 15 then '用印成功' when 16 then '送达仲裁文书' when 17 then '案件归档'
39
+        when 15 then '用印成功' when 16 then '送达裁决书' when 17 then '案件归档'
40
         when 26 then '证据确认成功'
40
         when 26 then '证据确认成功'
41
         when 31 then '修改开庭时间'
41
         when 31 then '修改开庭时间'
42
-        when 18 then '仲裁员审核仲裁文书'
42
+        when 18 then '仲裁员审核裁决书'
43
         ELSE '无案件状态'
43
         ELSE '无案件状态'
44
         END content,
44
         END content,
45
         CASE cl.case_node when 0 then '申请人' when 1 then '申请人' when 2 then '法律顾问'
45
         CASE cl.case_node when 0 then '申请人' when 1 then '申请人' when 2 then '法律顾问'

+ 4
- 4
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/SealSignRecordMapper.xml Bestand weergeven

51
         CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
51
         CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
52
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
52
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
53
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
53
         when 6 then '待组庭确定' when 7 then '待审核仲裁方式' when 8 then '待开庭审理'
54
-        when 9 then '待书面审理' when 10 then '待生成仲裁文书' when 11 then '待核验仲裁文书'
55
-        when 12 then '待部门长审核仲裁文书' when 13 then '待仲裁文书签名' when 14 then '待仲裁文书用印'
56
-        when 15 then '待仲裁文书送达' when 16 then '待案件归档' when 17 then '已归档'
57
-        when 18 then '待仲裁员审核仲裁文书'
54
+        when 9 then '待书面审理' when 10 then '待生成裁决书' when 11 then '待核验裁决书'
55
+        when 12 then '待部门长审核裁决书' when 13 then '待裁决书签名' when 14 then '待裁决书用印'
56
+        when 15 then '待裁决书送达' when 16 then '待案件归档' when 17 then '已归档'
57
+        when 18 then '待仲裁员审核裁决书'
58
         when 31 then '待修改开庭时间'
58
         when 31 then '待修改开庭时间'
59
         ELSE '无案件状态'
59
         ELSE '无案件状态'
60
         END caseStatusName,
60
         END caseStatusName,