springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngBuildingMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngBuildingMapper.xml
@@ -32,7 +32,7 @@ </resultMap> <select id="find" resultType="String"> select distinct concat(alley,house_num,'号',IFNULL(floor,0),'栋') from com_mng_population_house where id in (${id}) select distinct concat(alley,house_num,'号',IFNULL(unit_no,0),'栋') from com_mng_population_house where id in (${id}) </select> <select id="findByVillage" resultType="String">