zhongrj
2023-11-08 5fdb69748d19efb6d6fab1c2514cb9eef8bc2ff1
src/main/java/org/springblade/modules/house/mapper/HouseTenantMapper.xml
@@ -20,5 +20,9 @@
        select * from jczz_house_tenant where is_deleted = 0
    </select>
    <!--根据租房id删除租户信息-->
    <update id="removeByHousingRentalId">
        update jczz_house_tenant set is_deleted = 1 where housing_rental_id = #{housingRentalId}
    </update>
</mapper>