Bläddra i källkod

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

wangqiong123 2 år sedan
förälder
incheckning
5d2a97cac6

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

29
     private int caseApplyAwardSend; // 待仲裁文书送达
29
     private int caseApplyAwardSend; // 待仲裁文书送达
30
     private int caseApplyStored; // 待案件归档
30
     private int caseApplyStored; // 待案件归档
31
     private int caseApplyArchived; // 已归档
31
     private int caseApplyArchived; // 已归档
32
+    private int updateOnlineHearDate; // 待修改开庭时间
32
 }
33
 }

+ 2
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Visa fil

160
         sum( case when t1.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
160
         sum( case when t1.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
161
         sum( case when t1.case_status=15 then 1 else 0 end) caseApplyAwardSend,
161
         sum( case when t1.case_status=15 then 1 else 0 end) caseApplyAwardSend,
162
         sum( case when t1.case_status=16 then 1 else 0 end) caseApplyStored,
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
         from(
165
         from(
165
         select  DISTINCT(t.id),t.case_status,t.application_organ_id, t.arbitrator_id,t.identity_num , t.identity_type from(
166
         select  DISTINCT(t.id),t.case_status,t.application_organ_id, t.arbitrator_id,t.identity_num , t.identity_type from(
166
         select c.id ,
167
         select c.id ,