huanghongfa
2021-07-12 9641ba3c1d91c3105966b2038f97a2db83bbe7b7
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>