From ae4f28cb6b13e9901f533f570813e83885edb00d Mon Sep 17 00:00:00 2001 From: dxc Date: Thu, 4 Mar 2021 09:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86=20?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E6=9F=A5=E8=AF=A2=E6=A0=87=E6=AE=B5=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectsection/dao/mapper/ProjectSectionMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml index f8bdfc1..d78f4b4 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml @@ -147,7 +147,7 @@ t.status as status from biz_project_section t where t.project_id = ${projectId} - and not exists (select * from biz_project_section_exception e where e.section_id = t.id) + and not exists (select 1 from biz_project_section_exception e where e.section_id = t.id)