[KC-116] 추론 전체 실행 파일생성 수정
This commit is contained in:
@@ -255,12 +255,13 @@ public class MapSheetMngCoreService {
|
||||
Path outputPath = Paths.get(targetDir, filename);
|
||||
|
||||
// 2) ALL일 때만 재사용
|
||||
if (isAll && Files.exists(outputPath)) {
|
||||
return outputPath.toString();
|
||||
}
|
||||
// if (isAll && Files.exists(outputPath)) {
|
||||
// return outputPath.toString();
|
||||
// }
|
||||
|
||||
// 3) 데이터 조회 (파일 없을 때만)
|
||||
// 3) 데이터 조회
|
||||
List<ImageFeature> sceneInference = mapSheetMngRepository.getSceneInference(yyyy, scenes);
|
||||
|
||||
if (sceneInference == null || sceneInference.isEmpty()) {
|
||||
log.warn(
|
||||
"NOT_FOUND_TARGET_YEAR: yyyy={}, isAll={}, scenesSize={}",
|
||||
|
||||
Reference in New Issue
Block a user