src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -761,4 +761,10 @@ and lng != '' </select> <!--查询对应未的场所 house_code_binds 为空,source = 1 的--> <select id="selectPlaceNotDoorBindList" resultType="org.springblade.modules.place.entity.PlaceEntity"> select * from jczz_place where is_deleted = 0 and source = 1 and house_code_binds is null </select> </mapper>