From c4b8c6d75f230f4ebec5f76960efcc81eceab9b4 Mon Sep 17 00:00:00 2001 From: sh Date: Tue, 12 May 2026 16:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E5=8E=86=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2education,=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/JobMapper.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}