Merge pull request '실패 메시지 저장 추가' (#298) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/298
This commit is contained in:
2026-01-20 20:53:33 +09:00

View File

@@ -455,7 +455,7 @@ public class InferenceResultCoreService {
*/ */
@Transactional @Transactional
public void saveJobId(UUID uuid, JobStatusDto jobDto, String type) { public void saveJobId(UUID uuid, JobStatusDto jobDto, String type) {
mapSheetLearn5kRepository.saveFail5k(uuid, jobDto, type); mapSheetLearn5kRepository.saveJobId(uuid, jobDto, type);
} }
public Long getInferenceLearnIdByUuid(UUID uuid) { public Long getInferenceLearnIdByUuid(UUID uuid) {