From e104366aac0cd2190156718fbe354066b1142cc2 Mon Sep 17 00:00:00 2001 From: sh Date: Thu, 5 Feb 2026 16:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml index e4004cf..d56f720 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml @@ -210,6 +210,7 @@ and apply_num = #{applyNum} and company_id in(select company_id from company where code=#{code}) and job_location_area_code =#{jobLocationAreaCode} + and is_publish = #{isPublish} and min_salary < 1750