|
|
@@ -14,7 +14,6 @@ import com.ruoyi.common.utils.ServletUtils; |
|
|
|
import com.ruoyi.common.utils.StringUtils; |
|
|
|
import com.ruoyi.common.utils.pdf.PdfUtils; |
|
|
|
import com.ruoyi.common.utils.poi.ExcelUtil; |
|
|
|
import com.ruoyi.common.utils.space.SpaceUtils; |
|
|
|
import com.ruoyi.common.utils.translation.TranslateUtils; |
|
|
|
import com.ruoyi.framework.web.service.TokenService; |
|
|
|
import com.ruoyi.resource.domain.TResourceLand; |
|
|
@@ -245,12 +244,6 @@ public class TResourceLandController extends BaseController |
|
|
|
return toAjax(tResourceLandService.deleteTResourceLandByFids(fids)); |
|
|
|
} |
|
|
|
|
|
|
|
@Log(title = "空间字段置空", businessType = BusinessType.UPDATE) |
|
|
|
@GetMapping("/clear/{fid}") |
|
|
|
public AjaxResult clearTheGeom(@PathVariable("fid") Long fid) { |
|
|
|
return toAjax(tResourceLandService.clearTheGeom(fid)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 打印地块属性 |
|
|
|
*/ |
|
|
|