Parcourir la source

Merge branch 'bgy' of SH-Arbitrate/Arbitrate-Backend into dev

bgy il y a 2 ans
Parent
révision
189433a164

+ 1
- 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/wisdomarbitrate/CaseEvidenceController.java Voir le fichier

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

+ 7
- 7
ruoyi-common/src/main/java/com/ruoyi/common/constant/CaseApplicationConstants.java Voir le fichier

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

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

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/CaseAttach.java Voir le fichier

@@ -32,7 +32,7 @@ public class CaseAttach {
32 32
      */
33 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 37
     private Integer annexType;
38 38
     /**

+ 7
- 7
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/vo/ToDoCount.java Voir le fichier

@@ -21,14 +21,14 @@ public class ToDoCount {
21 21
     private int caseApplyArbitrateWay=0; // 待审核仲裁方式
22 22
     private int caseApplyGroupOnline=0; // 待开庭审理
23 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 30
     private int caseApplyStored=0; // 待案件归档
31 31
     private int caseApplyArchived=0; // 已归档
32 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 Voir le fichier

@@ -658,7 +658,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
658 658
                 }
659 659
             }
660 660
 
661
-            return AjaxResult.success("仲裁文书送达成功");
661
+            return AjaxResult.success("裁决书送达成功");
662 662
         } catch (MailSendException e) {
663 663
             return AjaxResult.error("发送失败,请检查文件路径");
664 664
         }
@@ -728,7 +728,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
728 728
         // 新增日志
729 729
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATED_SEAL, "");
730 730
 
731
-        return AjaxResult.success("签名成功,案件状态已改为待仲裁文书用印");
731
+        return AjaxResult.success("签名成功,案件状态已改为待裁决书用印");
732 732
     }
733 733
 
734 734
     @Override
@@ -947,7 +947,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
947 947
         // 新增日志
948 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,7 +1008,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
1008 1008
         // 新增日志
1009 1009
         CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.ARBITRATION_DELIVERY, "");
1010 1010
 
1011
-        return AjaxResult.success("用印成功,案件状态已改为待仲裁文书送达");
1011
+        return AjaxResult.success("用印成功,案件状态已改为待裁决书送达");
1012 1012
     }
1013 1013
 
1014 1014
     @Override
@@ -1768,7 +1768,7 @@ public class AdjudicationServiceImpl implements IAdjudicationService {
1768 1768
         } else {
1769 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 Voir le fichier

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

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseArbitrateServiceImpl.java Voir le fichier

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

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/DownFileService.java Voir le fichier

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

+ 44
- 44
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Voir le fichier

@@ -77,10 +77,10 @@
77 77
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
78 78
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
79 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 84
                 when 31 then '待修改开庭时间'
85 85
                 ELSE '无案件状态'
86 86
                 END caseStatusName,
@@ -145,10 +145,10 @@
145 145
                 CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
146 146
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
147 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 152
                 when 31 then '待修改开庭时间'
153 153
                 ELSE '无案件状态'
154 154
                 END caseStatusName,
@@ -200,10 +200,10 @@
200 200
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
201 201
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
202 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 207
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
208 208
                 END caseStatusName,
209 209
                 c.hear_date,
@@ -267,10 +267,10 @@
267 267
                 when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
268 268
                 when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
269 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 274
                 when 31 then '待修改开庭时间' ELSE '无案件状态'
275 275
                 END caseStatusName,
276 276
                 c.hear_date,
@@ -335,10 +335,10 @@
335 335
             when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
336 336
             when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
337 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 342
             when 31 then '待修改开庭时间' ELSE '无案件状态'
343 343
             END caseStatusName,
344 344
             c.hear_date,
@@ -513,10 +513,10 @@
513 513
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
514 514
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
515 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 520
         when 31 then '待修改开庭时间'
521 521
         ELSE '无案件状态'
522 522
         END caseStatusName,
@@ -706,10 +706,10 @@
706 706
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
707 707
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
708 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 713
         when 31 then '待修改开庭时间'
714 714
         ELSE '无案件状态'
715 715
         END caseStatusName,
@@ -1218,10 +1218,10 @@
1218 1218
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1219 1219
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1220 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 1225
         when 31 then '待修改开庭时间'
1226 1226
         ELSE '无案件状态'
1227 1227
         END caseStatusName,
@@ -1256,10 +1256,10 @@
1256 1256
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1257 1257
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1258 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 1263
         when 31 then '待修改开庭时间'
1264 1264
         ELSE '无案件状态'
1265 1265
         END caseStatusName,
@@ -1295,10 +1295,10 @@
1295 1295
                CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1296 1296
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1297 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 1302
         when 31 then '待修改开庭时间'
1303 1303
                                   ELSE '无案件状态'
1304 1304
                    END caseStatusName,
@@ -1325,10 +1325,10 @@
1325 1325
         CASE c.case_status when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
1326 1326
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
1327 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 1332
         when 31 then '待修改开庭时间'
1333 1333
         ELSE '无案件状态'
1334 1334
         END caseStatusName,

+ 2
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseLogRecordMapper.xml Voir le fichier

@@ -36,10 +36,10 @@
36 36
         when 6 then '组庭审核' when 7 then '组庭确认' when 8 then '当前仲裁方式为开庭审理'
37 37
         when 9 then '当前仲裁方式为书面审理' when 10 then '书面审理' when 11 then '秘书审核裁决书'
38 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 40
         when 26 then '证据确认成功'
41 41
         when 31 then '修改开庭时间'
42
-        when 18 then '仲裁员审核仲裁文书'
42
+        when 18 then '仲裁员审核裁决书'
43 43
         ELSE '无案件状态'
44 44
         END content,
45 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 Voir le fichier

@@ -51,10 +51,10 @@
51 51
         CASE c.case_status  when 0 then '立案申请' when 1 then '待立案审查' when 2 then '待缴费'
52 52
         when 3 then '待缴费确认' when 4 then '待案件质证' when 5 then '待组庭审核'
53 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 58
         when 31 then '待修改开庭时间'
59 59
         ELSE '无案件状态'
60 60
         END caseStatusName,