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:
@@ -59,6 +59,10 @@ public class MapSheetInferenceJobService {
|
||||
batchId = batchSheet.getM1BatchId();
|
||||
}
|
||||
|
||||
if (batchId == 0L) {
|
||||
return;
|
||||
}
|
||||
|
||||
String url = batchUrl + "/" + batchId;
|
||||
|
||||
ExternalCallResult<String> result =
|
||||
|
||||
Reference in New Issue
Block a user