영상데이터관리 > uploadPair 로직 수정 test

This commit is contained in:
2026-01-26 19:34:23 +09:00
parent bbc87071fb
commit 1967a9d7cd
2 changed files with 36 additions and 14 deletions

View File

@@ -19,6 +19,7 @@ import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag;
import jakarta.validation.Valid;
import java.io.IOException;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Value;
@@ -325,7 +326,8 @@ public class MapSheetMngApiController {
@RequestParam("fileSize") long fileSize,
@RequestParam("chunkIndex") Integer chunkIndex,
@RequestParam("chunkTotalIndex") Integer chunkTotalIndex,
@RequestPart("chunkFile") MultipartFile chunkFile) {
@RequestPart("chunkFile") MultipartFile chunkFile)
throws IOException {
String uploadDivi = "mapsheet";