lin
2024-02-29 97ad7e7702c7dbcef19d8fc05b23b7357670c6d7
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>