From 69f8e8d340946cc9a106b8a327f373adf27570dc Mon Sep 17 00:00:00 2001 From: francis-fh Date: Thu, 16 Jul 2026 19:03:37 +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=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 --- .../mapper/msg/HrCompanyTalentCollectMapper.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml index e5f378b..fbf9f8e 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/msg/HrCompanyTalentCollectMapper.xml @@ -92,6 +92,21 @@ and htc.collect_tags like concat('%',#{collectTags},'%') + + and au.name like concat('%',#{name},'%') + + + and au.phone like concat('%',#{phone},'%') + + + and au.education = #{education} + + + and au.area = #{area} + + + and au.sex = #{sex} + order by htc.create_time desc