springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComPropertyMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComPropertyMapper.xml
@@ -203,7 +203,7 @@ com_property_alarm t LEFT JOIN com_property_equipment t1 ON t.serial_no = t1.serial_no LEFT JOIN com_mng_population_house t3 ON t1.village_id = t3.id WHERE t1.community_id = #{communityId} AND t.`type` = #{type} AND t.`status` = #{status} WHERE t1.community_id = #{communityId} AND t.`type` = #{type} AND t.`status` = #{status} and t.serial_no not like '70%' ORDER BY t.create_time DESC </select> <select id="getAlarmPointMapData"