From 599103f94aa10d1d1f39fd8e300e8c21f498b340 Mon Sep 17 00:00:00 2001 From: sh Date: Thu, 21 May 2026 13:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=8E=A5=E5=8F=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8B=E6=9E=B6=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=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/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 9321c1c..567f698 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml @@ -219,6 +219,7 @@ and company_id in(select company_id from company where code=#{code}) and job_location_area_code =#{jobLocationAreaCode} and is_publish = #{isPublish} + and down_time >=#{downTime} and min_salary < 1750