[KC-108] ai api batch 작업중

This commit is contained in:
2026-01-12 21:23:29 +09:00
parent 88647180b8
commit 512e701fc9

View File

@@ -59,6 +59,10 @@ public class MapSheetInferenceJobService {
batchId = batchSheet.getM1BatchId(); batchId = batchSheet.getM1BatchId();
} }
if (batchId == 0L) {
return;
}
String url = batchUrl + "/" + batchId; String url = batchUrl + "/" + batchId;
ExternalCallResult<String> result = ExternalCallResult<String> result =