springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngStructAreaDAO.java
@@ -60,4 +60,6 @@ "\ta.area_name LIKE CONCAT( '%', #{areaName}, '%' ) \n" + "\tAND a.community_id =#{communityId}") List<ComMngStructAreaVO> listAreas(@Param("areaName")String areaName, @Param("communityId")Long communityId); @Select("select count(id) from com_mng_struct_house where parent_code=#{areaCode}") Integer selectCountHouseByParentHouseCode(String areaCode); }