추론 run 수정

This commit is contained in:
2026-02-25 22:40:30 +09:00
parent 9197819340
commit 70c28e0b54

View File

@@ -323,6 +323,12 @@ public class MapSheetMngCoreService {
}
}
/**
* geojson 파일명 Suffix
*
* @param detectOption
* @return
*/
private String buildOptionSuffix(String detectOption) {
if (DetectOption.EXCL.getId().equals(detectOption)) return "_EXCL";
if (DetectOption.PREV.getId().equals(detectOption)) return "_PREV";