src/main/java/org/springblade/modules/grid/mapper/GridMapper.java
@@ -96,4 +96,18 @@ List<GridmanEntity> gridInfo(String houseCode); List<DoorplateAddressEntity> gridAoiName(Integer id); /** * 网格集合查询 * @param grid * @return */ List<GridEntity> getGridList(@Param("grid") GridVO grid); /** * 查询小区网格绑定 * @param aoiCode 小区aoiCode * @return */ List<GridVO> getGridListByAoiCode(@Param("aoiCode") String aoiCode); }