라벨 이관 로직 수정
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user