src/main/java/com/dji/sample/territory/controller/TbFjController.java
@@ -34,7 +34,7 @@ * @throws IOException */ @PostMapping("/insertDb") public ResponseResult insertDb(String dkbh, String workspaceId) throws IOException { public ResponseResult insertDb(String dkbh, String workspaceId) throws Exception { List<MediaFileEntity> list = getPatchesService.listPohto(dkbh, workspaceId); if (list.size() == 0) { return ResponseResult.error("未找到该照片、视频信息");