Sfoglia il codice sorgente

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

wangqiong123 2 anni fa
parent
commit
5d2a97cac6

+ 1
- 0
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/vo/ToDoCount.java Vedi File

@@ -29,4 +29,5 @@ public class ToDoCount {
29 29
     private int caseApplyAwardSend; // 待仲裁文书送达
30 30
     private int caseApplyStored; // 待案件归档
31 31
     private int caseApplyArchived; // 已归档
32
+    private int updateOnlineHearDate; // 待修改开庭时间
32 33
 }

+ 2
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Vedi File

@@ -160,7 +160,8 @@
160 160
         sum( case when t1.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
161 161
         sum( case when t1.case_status=15 then 1 else 0 end) caseApplyAwardSend,
162 162
         sum( case when t1.case_status=16 then 1 else 0 end) caseApplyStored,
163
-        sum( case when t1.case_status=17 then 1 else 0 end) caseApplyArchived
163
+        sum( case when t1.case_status=17 then 1 else 0 end) caseApplyArchived,
164
+        sum( case when t1.case_status=31 then 1 else 0 end) updateOnlineHearDate
164 165
         from(
165 166
         select  DISTINCT(t.id),t.case_status,t.application_organ_id, t.arbitrator_id,t.identity_num , t.identity_type from(
166 167
         select c.id ,