zhongrj
2023-11-23 e83cce7cc2bb41d3118c6682dedb55b1df622296
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -117,7 +117,7 @@
    </select>
    <!--查询房屋集合信息-->
    <select id="selectHouseNodeList" resultType="org.springblade.common.node.TreeNode" >
    <select id="selectHouseNodeList" resultType="org.springblade.common.node.TreeStringNode" >
        select jh.house_code    as id,
               jh.house_code    as houseCode,
               jda.address_name as name,