From 8a0abde6e2572c5079cc86958d9715c9a224e79b Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 19 Nov 2021 16:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=A1=E6=84=8F=E6=95=B0=3Dall-=E4=B8=8D?= =?UTF-8?q?=E6=BB=A1=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenGovernanceDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epdc-cloud-analysis-pc/src/main/resources/mapper/screen/ScreenGovernanceDao.xml b/epdc-cloud-analysis-pc/src/main/resources/mapper/screen/ScreenGovernanceDao.xml index 363d4c0..0e0b141 100644 --- a/epdc-cloud-analysis-pc/src/main/resources/mapper/screen/ScreenGovernanceDao.xml +++ b/epdc-cloud-analysis-pc/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 ),