재할당 transactional 추가

This commit is contained in:
2026-03-17 17:47:15 +09:00
parent b6ed3b57ef
commit 01b64eeca7

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) {