src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.xml
@@ -43,7 +43,9 @@ jht.id as tenantId,jht.* from jczz_house_rental jhr left join jczz_house_tenant jht on jhr.id = jht.housing_rental_id where 1 = 1 and house_code = #{code} where 1 = 1 and jhr.is_deleted = 0 and jht.is_deleted = 0 and house_code = #{code} </select>