无关风月
2025-03-05 d99cfc56f51a1d3628dd92e77e0006ed20ca4ae2
权限
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml
@@ -38,7 +38,7 @@
            <if test="req.propertyRightPerson != null and req.propertyRightPerson != ''">
                and t1.property_right_person like concat('%', #{req.propertyRightPerson}, '%')
            </if>
            <if test="req.leaseStatus != null">
            <if test="req.leaseStatus != null and req.houseName != ''">
                and t1.lease_status = #{req.leaseStatus}
            </if>
            AND t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}