|
|
@@ -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 ,
|