lin
2024-03-01 8d4ee2e7f05b09551c265265ebe3e41ad2fb400b
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.java
@@ -168,4 +168,16 @@
    * @return
    */
   Boolean comparisonPositionNotHouseCode(@Param("place") PlaceVO placeVO);
   /**
    * 查询 综治网格为空的数据
    * @return
    */
   List<PlaceEntity> getPlaceNotGridCode();
   /**
    * 查询对应未的场所 house_code_binds 为空,source = 1 的
    * @return
    */
   List<PlaceEntity> selectPlaceNotDoorBindList();
}