From 1683ad2ef66bd539fa6f23d56f03a033020fe15b Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 18 二月 2025 11:35:08 +0800 Subject: [PATCH] 小程序登录 --- ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml | 1 + 1 files changed, 1 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 eb9f2e8..05b10d4 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml @@ -73,6 +73,7 @@ <if test="query.tenantId != null"> and t1.tenant_id = #{query.tenantId} </if> + and (t1.status=3 or t1.status=4) AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where> </select> -- Gitblit v1.7.1