|
@@ -15,7 +15,7 @@
|
|
|
complaint_satisfied_list::float8, complaint_satisfied_count::float8,
|
|
|
complaint_resolution_list::float8, complaint_resolution_count::float8,
|
|
|
complaint_response_list::float8, complaint_response_count::float8, complaint::float8 from
|
|
|
- report_auto.he_d_high_quality hdhq where acct_date = '2023-07-01' and profes_dep = '网络质量'
|
|
|
+ report_auto.he_d_high_quality hdhq where acct_date = #{day} and profes_dep = '网络质量'
|
|
|
and big_type_name = '移网网络体验' and small_type_name = '--') select '全省' as businoareaname,
|
|
|
sum(complaint_satisfied_list) / sum(complaint_satisfied_count + complaint) as
|
|
|
complaint_satisfied, sum(complaint_resolution_list) / sum(complaint_resolution_count +
|