From 75264cbbd3a0dcf2b068362b0562572876a7cd5c Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 23 一月 2025 11:51:06 +0800 Subject: [PATCH] 房屋合同 --- ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml index 27b7137..fa1131b 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml @@ -53,6 +53,8 @@ <if test="query.status != null"> and t1.status = #{query.status} </if> + AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} + </where> </select> -- Gitblit v1.7.1