재할당 transactional 추가 #155

Merged
teddy merged 1 commits from feat/infer_dev_260211 into develop 2026-03-17 17:47:43 +09:00

View File

@@ -157,6 +157,7 @@ public class LabelAllocateService {
return labelAllocateCoreService.findInferenceDetail(uuid);
}
@Transactional
public ApiResponseDto.ResponseObj allocateMove(
Integer totalCnt, String uuid, List<String> targetUsers, String userId) {