Merge branch 'feat/infer_dev_260107' of https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice into feat/infer_dev_260107

This commit is contained in:
Moon
2026-01-12 21:26:21 +09:00

View File

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