rain
2024-05-09 74d0031c16c468fa82208dbcdde4fa3766a58eeb
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("未找到该照片、视频信息");