From 1d811500f74cde677e1202ab7c15022045bbaea1 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Sat, 4 Dec 2021 19:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=8E=A8=E9=80=81=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=20=E6=8C=87=E6=A0=87=E6=95=B0=E6=8D=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/screen/ScreenIndexDataDao.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenIndexDataDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenIndexDataDao.xml index e10aff07..f843a9b2 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenIndexDataDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenIndexDataDao.xml @@ -505,7 +505,10 @@ IFNULL(tm2.closedProjectRatioFm, 0) AS closedProjectRatioFm, IFNULL(IF( d.TYPE_KEY = 'street_party', tm1.handleProjectRatioFz, 0),0) handleProjectRatioFz, IFNULL(IF( d.TYPE_KEY = 'street_party', tm1.handleProjectRatioFm, 0),0) handleProjectRatioFm, - IF( d.TYPE_KEY = 'street_party', IFNULL(tm1.handleProjectRatio,0.0000),0.0000) AS handleProjectRatio + IF( d.TYPE_KEY = 'street_party', IFNULL(tm1.handleProjectRatio,0.0000),0.0000) AS handleProjectRatio, + IFNULL(tm1.satisfactionRatio, 0.000) AS satisfactionRatio, + IFNULL(tm1.satisfactionRatioFz, 0) AS satisfactionRatioFz, + IFNULL(tm1.satisfactionRatioFm, 0) AS satisfactionRatioFm FROM esua_epdc_admin.sys_dept d LEFT JOIN (SELECT @@ -592,7 +595,10 @@ IFNULL(tm2.closedProjectRatioFm, 0) AS closedProjectRatioFm, IFNULL(tm1.handleProjectRatioFz,0) handleProjectRatioFz, IFNULL(tm1.handleProjectRatioFm,0) handleProjectRatioFm, - IFNULL(tm1.handleProjectRatio,0.0000) AS handleProjectRatio + IFNULL(tm1.handleProjectRatio,0.0000) AS handleProjectRatio, + IFNULL(tm1.satisfactionRatio, 0.000) AS satisfactionRatio, + IFNULL(tm1.satisfactionRatioFz, 0) AS satisfactionRatioFz, + IFNULL(tm1.satisfactionRatioFm, 0) AS satisfactionRatioFm FROM esua_epdc_admin.sys_dept d LEFT JOIN (SELECT