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}