@@ -248,7 +248,7 @@
SUM( a.exception_reform_count )= 0
OR IFNULL( a.exception_count, 0 )= 0,
'0.00%',
- CONCAT(ROUND(SUM( a.exception_reform_count )/ IFNULL( a.exception_count, 0 )* 100,2) , '%' )) AS realityRectificationRate
+ CONCAT(ROUND(SUM( a.exception_reform_count )/ SUM(IFNULL( a.exception_count, 0 ))* 100,2) , '%' )) AS realityRectificationRate
FROM
(
SELECT