zhongrj
2023-12-19 8ef6f97f8baba46696463c903edf9d61a8ede531
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -161,8 +161,8 @@
        jh.*,
        jhl.id as cid,jhl.*,jhl.remark as cremark
        from jczz_house jh
        left join jczz_user_house_label jhl on jh.house_code = jhl.house_code
        where jh.is_deleted = 0 and jhl.lable_type = 2
        left join jczz_user_house_label jhl on jh.house_code = jhl.house_code and jhl.lable_type = 2
        where jh.is_deleted = 0
        and jh.house_code = #{house.houseCode}
    </select>