From a1b4ab4ca958ceec4d0306f680b60c1c23f46742 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 19 Nov 2021 16:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=A1=E6=84=8F=3Dall-=E4=B8=8D=E6=BB=A1?= =?UTF-8?q?=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/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 ),