From 2b87ee8a6c20ff5a010f246ba7d7624e85236ecb Mon Sep 17 00:00:00 2001 From: francis-fh Date: Thu, 16 Jul 2026 19:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=88=97=E8=A1=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/msg/HrCompanyTalentCollectMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml index fbf9f8e..7b73bcf 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml @@ -90,13 +90,13 @@ and htc.source_type = #{sourceType} - and htc.collect_tags like concat('%',#{collectTags},'%') + and htc.collect_tags like '%' || #{collectTags} || '%' - and au.name like concat('%',#{name},'%') + and au.name like '%' || #{name} || '%' - and au.phone like concat('%',#{phone},'%') + and au.phone like '%' || #{phone} || '%' and au.education = #{education}