查询修改开庭时间

This commit is contained in:
18792927508
2023-10-23 16:08:51 +08:00
parent 8fd1eef2d1
commit 723440a37e
2 changed files with 3 additions and 1 deletions
@@ -29,4 +29,5 @@ public class ToDoCount {
private int caseApplyAwardSend; // 待仲裁文书送达
private int caseApplyStored; // 待案件归档
private int caseApplyArchived; // 已归档
private int updateOnlineHearDate; // 待修改开庭时间
}
@@ -160,7 +160,8 @@
sum( case when t1.case_status=14 then 1 else 0 end) caseApplyAwardSeal,
sum( case when t1.case_status=15 then 1 else 0 end) caseApplyAwardSend,
sum( case when t1.case_status=16 then 1 else 0 end) caseApplyStored,
sum( case when t1.case_status=17 then 1 else 0 end) caseApplyArchived
sum( case when t1.case_status=17 then 1 else 0 end) caseApplyArchived,
sum( case when t1.case_status=31 then 1 else 0 end) updateOnlineHearDate
from(
select DISTINCT(t.id),t.case_status,t.application_organ_id, t.arbitrator_id,t.identity_num , t.identity_type from(
select c.id ,