springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridMemberRelationMapper.xml
@@ -333,4 +333,12 @@ </if> </select> <select id="getVillageCount" resultType="Integer"> select count(village_id) from com_mng_village where community_id = #{communityId} </select> <select id="getBuildingCount" resultType="Integer"> select count(id) from com_mng_building where village_id = #{villageId} </select> </mapper>