From 6a64e053d147b828498fd4e0788f7b3d626e23d7 Mon Sep 17 00:00:00 2001 From: sh Date: Fri, 30 Jan 2026 12:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-bussiness/src/main/resources/mapper/app/CompanyMapper.xml | 2 +- ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/CompanyMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/CompanyMapper.xml index 89f9e11..1aeeba8 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/CompanyMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/CompanyMapper.xml @@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" del_flag = '0' and name like concat('%', cast(#{name, jdbcType=VARCHAR} as varchar), '%') - and location = #{location} + and location like concat('%', cast(#{location, jdbcType=VARCHAR} as varchar), '%') and industry = #{industry} and scale = #{scale} and nature = #{nature} diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml index 5ccf988..c6b24ad 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml @@ -39,6 +39,7 @@ + @@ -205,6 +206,7 @@ and is_hot = #{isHot} and apply_num = #{applyNum} and company_id in(select company_id from company where code=#{code}) + and job_location_area_code =#{jobLocationAreaCode} and min_salary < 1750