|
@ -211,6 +211,7 @@ |
|
|
#{quarterId} as quarterId, |
|
|
#{quarterId} as quarterId, |
|
|
#{yearId} as yearId, |
|
|
#{yearId} as yearId, |
|
|
IFNULL(ROUND(AVG( figc.score ),6),0) AS score, |
|
|
IFNULL(ROUND(AVG( figc.score ),6),0) AS score, |
|
|
|
|
|
COUNT(1) AS sample_count, |
|
|
sca.customer_id as customerId, |
|
|
sca.customer_id as customerId, |
|
|
sca.pid AS parentId |
|
|
sca.pid AS parentId |
|
|
FROM screen_customer_agency sca |
|
|
FROM screen_customer_agency sca |
|
|