From 592ac14eba76040426f590d8eb079fc75e968b84 Mon Sep 17 00:00:00 2001 From: luofl <1442745593@qq.com> Date: 星期五, 28 三月 2025 19:18:37 +0800 Subject: [PATCH] 1.租户数量趋势统计 --- ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml index 0404766..1b7f6ac 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TContractMapper.xml @@ -68,7 +68,7 @@ #{item} </foreach> </if> - <if test="businessDeptId!=null and businessDeptId !='' and businessDeptId != '0'"> + <if test="businessDeptId!=null and businessDeptId !='' and businessDeptId != 0"> and t1.business_dept_id = #{businessDeptId} </if> AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} -- Gitblit v1.7.1