lin
2024-03-01 999ee579f2d18132d29d39f709c4e15d4843b668
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.java
@@ -174,4 +174,10 @@
    * @return
    */
   List<PlaceEntity> getPlaceNotGridCode();
   /**
    * 查询对应未的场所 house_code_binds 为空,source = 1 的
    * @return
    */
   List<PlaceEntity> selectPlaceNotDoorBindList();
}