src/main/java/org/springblade/modules/grid/mapper/GridMapper.java
@@ -62,7 +62,7 @@ * @param userId * @return */ List<String> getAddressCodeListByUserId(@Param("userId") Long userId); List<String> getAddressCodeListByUserId(@Param("userId") Long userId,@Param("addressCode") String addressCode); /** * 空间分析 mysql 5.7 点落面 @@ -129,4 +129,11 @@ */ GridEntity getGridByNames(@Param("gridName") String gridName, @Param("communityName") String communityName); /** * 查询用户对应的网格 * @param userId * @return */ List<String> getGridListByUserId(@Param("userId") String userId); }