rain
2024-07-02 82a90f791678dddbc6e1b98ee9e8028b61a38dfe
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("未找到该照片、视频信息");