상태 추가 쿼리 오류 수정

This commit is contained in:
2026-01-20 16:12:59 +09:00
parent b7fe6ee28f
commit 19954e3b2f

View File

@@ -66,7 +66,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
r.m2_model_batch_id,
r.m3_model_batch_id,
r.id,
LabelMngState.PENDING.getId(),
LabelMngState.PENDING.getId()
FROM tb_map_sheet_learn r
WHERE r.id = :id
ON CONFLICT (stage, compare_yyyy, target_yyyy)