diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
index b178783..042f543 100644
--- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
+++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
@@ -199,7 +199,12 @@
and job_title = #{jobTitle}
and min_salary = #{minSalary}
and max_salary = #{maxSalary}
- and education = #{education}
+
+ and education in
+
+ #{item}
+
+
and experience = #{experience}
and company_name like concat('%', cast(#{companyName, jdbcType=VARCHAR} as varchar), '%')
and job_location = #{jobLocation}