diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenGovernanceDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenGovernanceDao.xml index 3754dc79..0d2f3243 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenGovernanceDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenGovernanceDao.xml @@ -107,13 +107,13 @@ 0 ) * 100 AS governRatio, IFNULL( - hs.EVA_GOOD_TOTAL + hs.EVA_VERYGOOD_TOTAL + hs.NO_EVA_TOTAL, + iis.ITEM_SETTLE_TOTAL - hs.EVA_BAD_TOTAL, 0 ) AS satisfactionCount, IFNULL( ROUND( ( - hs.EVA_GOOD_TOTAL + hs.EVA_VERYGOOD_TOTAL + hs.NO_EVA_TOTAL + iis.ITEM_SETTLE_TOTAL - hs.EVA_BAD_TOTAL ) / iis.ITEM_SETTLE_TOTAL, 4 ),