From c0a03e67358706c0376cd06618c8f8d5bcf17fbe Mon Sep 17 00:00:00 2001 From: shenzhidan Date: Tue, 27 Jan 2026 09:09:42 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E8=AF=81=E7=85=A7=E4=B8=AD=E6=8C=89=E5=A7=93=E5=90=8D=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=97=A0=E6=95=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/UserCertificateMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml b/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml index 2ae5f41..44ee7be 100644 --- a/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml @@ -31,7 +31,7 @@ - AND u.username LIKE CONCAT('%', #{params.likeUserName}, '%') + AND u.name LIKE CONCAT('%', #{params.likeUserName}, '%') AND uc.industry_category_code = #{params.eqIndustryCategoryCode} @@ -82,7 +82,7 @@ - AND u.username LIKE CONCAT('%', #{params.likeUserName}, '%') + AND u.name LIKE CONCAT('%', #{params.likeUserName}, '%') AND uc.industry_category_code = #{params.eqIndustryCategoryCode}