From 86a9f609eeb9e46fb8238337c19c32a229b80452 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 10 Apr 2024 16:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml b/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml index 1d6f3604..bafaa533 100644 --- a/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml +++ b/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml @@ -177,7 +177,7 @@ AND user_id=#{userId}) - and pi.project_name like concat('%',#{projectName},'%') + and pp.project_name like concat('%',#{projectName},'%') and pi.is_major=#{isMajor} @@ -193,7 +193,7 @@ 1=1 - and pi.project_name like concat('%',#{projectName},'%') + and pp.project_name like concat('%',#{projectName},'%') and pi.is_major=#{isMajor}