From 5fbc9fca9d747a7b0e20448d9d855832c80131bc Mon Sep 17 00:00:00 2001 From: SondonYong Date: Wed, 17 Dec 2025 16:54:11 +0800 Subject: [PATCH] =?UTF-8?q?dev:=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=A8=A1=E7=B3=8A=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-infrastructure/src/main/resources/mapper/UserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml index 44f13e68..3e28abc4 100644 --- a/web-infrastructure/src/main/resources/mapper/UserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -368,7 +368,7 @@ AND u.name LIKE CONCAT('%', #{params.likeName}, '%') - AND u.user_id_card = #{params.likeUserIdCard} + AND u.user_id_card LIKE CONCAT('%', #{params.likeUserIdCard}, '%') AND u.employment_flag = #{params.eqEmploymentFlag}