upload 수정

This commit is contained in:
2026-02-02 17:53:03 +09:00
parent a1ffad1c4e
commit c7d7be9d06
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ public class UploadService {
}
// chunk완료시 merge 및 폴더에 저장
if (chunkIndex == chunkTotalIndex) {
if (chunkIndex.equals(chunkTotalIndex)) {
// upAddReqDto.setUploadId(dto.getUploadId());
// upAddReqDto.setStatus("MERGING");