|  | @@ -20,6 +20,7 @@ public interface AnalyseUtilsDBMapper {
 | 
											
												
													
														|  |              @Param("tableName") String tableName,
 |  |              @Param("tableName") String tableName,
 | 
											
												
													
														|  |              @Param("tableIds") List<Integer> tableIds,
 |  |              @Param("tableIds") List<Integer> tableIds,
 | 
											
												
													
														|  |              @Param("ewkt") String ewkt);
 |  |              @Param("ewkt") String ewkt);
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  |       * 计算wkt包含table中的数据,返回table id
 |  |       * 计算wkt包含table中的数据,返回table id
 | 
											
												
													
														|  |       *
 |  |       *
 | 
											
										
											
												
													
														|  | @@ -71,5 +72,6 @@ public interface AnalyseUtilsDBMapper {
 | 
											
												
													
														|  |              @Param("tableNameA") String tableNameA,
 |  |              @Param("tableNameA") String tableNameA,
 | 
											
												
													
														|  |              @Param("tableNameB") String tableNameB,
 |  |              @Param("tableNameB") String tableNameB,
 | 
											
												
													
														|  |              @Param("tableIdsB") List<Integer> tableIdsB,
 |  |              @Param("tableIdsB") List<Integer> tableIdsB,
 | 
											
												
													
														|  | -            @Param("distance") Integer distance);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            @Param("distance") Integer distance,
 | 
											
												
													
														|  | 
 |  | +            @Param("distanceType") Integer distanceType);
 | 
											
												
													
														|  |  }
 |  |  }
 |