[KC-103] 추론 실행 배치 수정

This commit is contained in:
2026-01-13 15:52:45 +09:00
parent 8b212504d4
commit 539ee50371
2 changed files with 4 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ public class MapSheetMngFileJobApiController {
@ApiResponse(responseCode = "500", description = "서버 오류", content = @Content)
})
public ApiResponseDto<String> inferenceRunBatch() {
mapSheetInferenceJobService.runBatch();
// mapSheetInferenceJobService.runBatch();
return ApiResponseDto.createOK("OK");
}
}