zhongrj
2024-01-03 e7f4736ae823bb2bce200325dd35457e09b45020
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -146,6 +146,7 @@
        jh.create_time,
        jh.update_user,
        jh.update_time,
        jh.confirm_flag,
        jh.remark,
        jhs.district_name aoiName,
        concat( jhs.building, " ", unit, " ", room ) AS address,
@@ -237,6 +238,7 @@
        left join jczz_user_house_label jhl on jh.id = jhl.household_id
        where 1=1 and jh.is_deleted = 0
        and jh.house_code = #{code}
        order by jh.relationship asc,jh.id desc
    </select>
    <!--查询房屋集合信息-按id-->