xuhy
2025-03-13 d7d36e784001dee535ec9ca0878e5302f0c6e2ff
bug修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml
@@ -53,7 +53,7 @@
                and (t2.start_time is not null)
            </if>
            <if test="req.leaseStatus == 1">
                and (t2.start_time is null)
                and (t2.start_time is null) and t1.lease_status = 1
            </if>
            AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        </where>