From bb6e80ece6f753189c39a5a8bd75a2ab3c2752ab Mon Sep 17 00:00:00 2001 From: sh Date: Fri, 30 Jan 2026 17:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B9=E6=8D=AE=E5=8C=BA?= =?UTF-8?q?=E5=88=92=E6=9F=A5=E8=AF=A20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml | 2 +- 1 file changed, 1 insertion(+), 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 10a751e..13e13ee 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml @@ -206,7 +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 job_location_area_code =#{jobLocationAreaCode} and min_salary < 1750