shp 파일 생성 수정

This commit is contained in:
2026-01-16 18:22:56 +09:00
parent 74cbfb362c
commit 161e774860
3 changed files with 26 additions and 1 deletions

View File

@@ -238,6 +238,8 @@ public class MapSheetInferenceJobService {
String batchId = sheet.getM1BatchId() + "," + sheet.getM2BatchId() + "," + sheet.getM3BatchId();
externalJarRunner.run(jarPath, batchId, inferenceId, mapIds);
externalJarRunner.run(jarPath, batchId, inferenceId, "");
}
/**