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