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