ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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()}