학습데이터 관리 목록 순서 변경, 주석추가
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user