|
@@ -31,7 +31,7 @@ public class RasterController {
|
|
|
@Slave
|
|
|
public RequestResult getCutFill(@RequestBody CutFillVo cutFillVo) {
|
|
|
// TODO: 表名需要替换
|
|
|
- String tableName = "vector.\"RASTER_DSM_BP_3857\"";
|
|
|
+ String tableName = "vector.\"RASTER_DEM_BP\"";
|
|
|
Map<String, Object> mapRes = iRasterService.getCutFill(cutFillVo, tableName);
|
|
|
return RequestResult.success(mapRes);
|
|
|
}
|