From ccabfb623a0a3aae9f338bd7c3765e95b80e9200 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 26 三月 2025 15:45:54 +0800 Subject: [PATCH] Merge branch 'dev' of http://120.76.84.145:10101/gitblit/r/java/xizang into dev --- ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml b/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml index d5450f9..39b0c9c 100644 --- a/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml @@ -55,6 +55,9 @@ <if test="req.leaseStatus == 1"> and (t2.start_time is null) and t1.lease_status = 1 </if> + <if test="req.businessDeptId != null and req.businessDeptId != '' and req.businessDeptId!='0'"> + and t1.business_dept_id = #{req.businessDeptId} + </if> AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where> order by t1.create_time desc -- Gitblit v1.7.1