From 8fc0ae665c9bb79b5077c161c936be01e2e7f907 Mon Sep 17 00:00:00 2001 From: wangzhijiang Date: Thu, 13 Apr 2023 10:51:57 +0800 Subject: [PATCH 1/3] =?UTF-8?q?UAT=E9=97=AE=E9=A2=98=E6=B8=85=E5=8D=95=20?= =?UTF-8?q?=E5=BA=8F=E5=8F=B772=20=E6=B3=95=E8=A7=84=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/ProcessInfoEOMapper.xml | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml index ae920fd76..24f7d0ea7 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml @@ -19,9 +19,10 @@ - - and project_name is not null - + and temp.project_name is not null + and ( temp.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%') @@ -112,7 +113,10 @@ order by temp.create_time desc