실패 메시지 저장 추가
This commit is contained in:
@@ -455,7 +455,7 @@ public class InferenceResultCoreService {
|
||||
*/
|
||||
@Transactional
|
||||
public void saveJobId(UUID uuid, JobStatusDto jobDto, String type) {
|
||||
mapSheetLearn5kRepository.saveFail5k(uuid, jobDto, type);
|
||||
mapSheetLearn5kRepository.saveJobId(uuid, jobDto, type);
|
||||
}
|
||||
|
||||
public Long getInferenceLearnIdByUuid(UUID uuid) {
|
||||
|
||||
Reference in New Issue
Block a user