From 6423d41b5ce3b61f884022c43b38131f6649c6b4 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Fri, 23 May 2025 17:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=A1=88=E6=B7=BB=E5=8A=A0=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/machine/TpmMachineProjectCloseMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/machine/TpmMachineProjectCloseMapper.xml b/src/main/resources/mapper/machine/TpmMachineProjectCloseMapper.xml index 9525f5cc..2bf1193d 100644 --- a/src/main/resources/mapper/machine/TpmMachineProjectCloseMapper.xml +++ b/src/main/resources/mapper/machine/TpmMachineProjectCloseMapper.xml @@ -15,10 +15,10 @@ ar.site = #{projectClose.site} and su.status = 1 - and su.username = #{projectClose.username} + and su.username like concat('%',#{projectClose.username},'%') - and su.user_display = #{projectClose.userDisplay} + and su.user_display like concat('%',#{projectClose.userDisplay},'%') order by su.user_id