라벨 이관 로직 수정

This commit is contained in:
2026-01-05 14:13:24 +09:00
parent 3bc801053a
commit 0978842400
6 changed files with 48 additions and 23 deletions

View File

@@ -197,11 +197,11 @@ public class LabelAllocateApiController {
return ApiResponseDto.okObject(
labelAllocateService.allocateMove(
dto.getAutoType(),
dto.getStage(),
dto.getLabelers(),
dto.getCompareYyyy(),
dto.getTargetYyyy()));
dto.getTargetYyyy(),
dto.getUserId()));
}
@Operation(