학습데이터 관리 목록 순서 변경, 주석추가

This commit is contained in:
2026-02-27 18:54:03 +09:00
parent 0acaeaac09
commit 086eb20e8d
17 changed files with 256 additions and 11 deletions

View File

@@ -423,6 +423,7 @@ public class MapSheetInferenceJobService {
.map(Long::valueOf)
.toList();
// 추론 실행 도엽별 정보 조회
List<Long> jobIds = inferenceResultCoreService.findFail5kList(uuid, failedIds, type);
Set<Long> jobIdSet = new HashSet<>(jobIds);