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