From cb6334a9527d683bf89849de45ad51a50d90ab51 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Wed, 23 Feb 2022 13:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E6=8E=A5=E5=8F=A3=20=E9=A1=B9=E7=9B=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8A=E6=8A=A5=E6=8E=A5=E5=8F=A3=20-=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=B7=B2=E5=88=A0=E9=99=A4=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenProjectDataDao.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml index bf289f76..a99c07d1 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml @@ -59,8 +59,7 @@ when 0 then 60 when 2 then 100 else 80 end as satisfactionScore - from (select * from(select * from esua_epdc_events.epdc_item where DEL_FLAG = '0' - and GRID_ID not in ( SELECT t.`dept_id` + from (select * from(select * from esua_epdc_events.epdc_item where GRID_ID not in ( SELECT t.`dept_id` FROM `esua_epdc_admin`.`sys_dept_config` t WHERE t.`del_flag`= 0) order by ID)a group by a.EVENT_ID) t1