aix
2024-08-01 256ed3d2cfab96d000e315cc76663a7b728f17d4
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("未找到该照片、视频信息");